Skip to content

Commit fa87a35

Browse files
committed
tidy up
1 parent a93dadc commit fa87a35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ You can if you wish leave configuration to the `new` autoconfig tool (delete exi
2525
```yaml
2626
# YAML configuration file for jruby_art
2727
# K9_HOME: "/home/ruby2.3.0 ... /jruby_art" # windows users may need to set this
28-
PROCESSING_ROOT: /home/tux/processing-3.1.1 # typical linux shown
28+
PROCESSING_ROOT: "/home/tux/processing-3.1.1" # typical linux shown
2929
# important sketch_book path may be different for processing-3.0
30-
sketchbook_path: /home/tux/sketchbook
30+
sketchbook_path: "/home/tux/sketchbook"
3131
template: emacs
3232
```
3333
@@ -83,7 +83,7 @@ k9 --live sketch.rb # pry is bound to $app # needs `jruby -S gem install pry`
8383
```
8484
## Example sketches
8585

86-
[Worked Examples](https://github.com/ruby-processing/JRubyArt-examples) more to follow, feel free to add your own, especially ruby-2.2+ syntax now we can. These can now be downloaded using `k9 --unpack_samples` please move existing k9_samples.
86+
[Worked Examples](https://github.com/ruby-processing/JRubyArt-examples) more to follow, feel free to add your own, especially ruby-2.2+ syntax now we can. These can now be downloaded using `k9 --install` please move existing `k9_samples` if you wish to keep them.
8787

8888
## Conversion Tool
8989

0 commit comments

Comments
 (0)