Skip to content

Commit 6f6fa66

Browse files
committed
updating to the new method for building
1 parent aea1872 commit 6f6fa66

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ see this link for updating .congif.yaml with a new token. https://gist.github.co
2424
## Local Compile ##
2525
```
2626
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
2829
cd into CommonWealthRobotics.github.io
2930
bundle install
3031
bundle exec nanoc view & bundle exec guard

content/JavaCAD/BezierEditor.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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>

run.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
4+
35
bundle exec nanoc view & bundle exec guard
46

0 commit comments

Comments
 (0)