Skip to content

Commit b042b8d

Browse files
committed
Update README.md
1 parent d870cd8 commit b042b8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ A growing collection of pixel shaders ported to Processing to be used with the `
55

66
### To run shader sketches
77
```bash
8+
# autorun all sketches
9+
cd filters4ruby-processing
10+
rake # assume rake and processing and ruby-processing installed
11+
```
12+
Run / Watch individual samples as follows
13+
```bash
814
rp5 --nojruby run/watch sketch.rb # Need to use jruby-complete
915
```
1016
or in `.rp5rc` add following (if pure yaml)

0 commit comments

Comments
 (0)