We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dd3a3 commit 3fffc76Copy full SHA for 3fffc76
1 file changed
docs/_posts/2018-11-27-getting_started_geany.md
@@ -10,7 +10,7 @@ The current version of raspbian installs jdk-1.8.0_65-bi17 (hard float) and that
10
Then install JRuby see [jruby][jruby].
11
12
```bash
13
-jgem install picrate -v 1.2.1
+jgem install picrate
14
```
15
16
Install samples, and configure `geany` ide (for `PiCrate`)
@@ -31,8 +31,8 @@ picrate --install Samples
31
Install processing libraries
32
33
34
-picrate -i Sound
35
-picrate -i glvideo # preferred over vanilla video for now
+# picrate -i Sound not currently working
+picrate -i video # preferred over vanilla video for now
36
37
38
### Creating Sketches from the GeanyIDE
0 commit comments