File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ see this link for updating .congif.yaml with a new token. https://gist.github.co
24
24
## Local Compile ##
25
25
```
26
26
git clone https://github.com/CommonWealthRobotics/CommonWealthRobotics.github.io.git
27
- sudo apt-get install ruby2.7-dev bundler
27
+ sudo apt install rbenv
28
+ rbenv install 2.7.5
28
29
cd into CommonWealthRobotics.github.io
29
30
bundle install
30
31
bundle exec nanoc view & bundle exec guard
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Bezier Editor
3
+ step : 19
4
+ layout : post
5
+ ---
6
+
7
+ Use this utility to make a bezier with manipulation handels for editing.
8
+
9
+ <script src =" https://gist.github.com/madhephaestus/4aeeaa49bd3a807eed8f8ff3dea84c48.js " ></script >
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+
4
+
3
5
bundle exec nanoc view & bundle exec guard
4
6
You can’t perform that action at this time.
0 commit comments