Skip to content

Commit 5baaf65

Browse files
committed
flesh out readme
1 parent 6c9bfdc commit 5baaf65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ rake
2727
```
2828
Or to run individual sketches `cd` to directory and:-
2929
```bash
30-
jruby sketch_name.rb
30+
cd ~/propane_samples/processing_app/library/vecmath/vec2d
31+
jruby circumcircle_sketch.rb
3132
```
33+
Changing directories is particulary important for sketches with extra files eg `data` or relative `*.rb` files.
34+
3235
Or explore using `atom` editor and use `script` plugin to run (NB: make sure the file type is `Ruby` or `JRubyArt`, sketches wont run with type as `Ruby on Rails`) also make sure `jruby` is on your `path`.
3336

3437
### Propane documentation

0 commit comments

Comments
 (0)