Skip to content

Commit 3fffc76

Browse files
committed
drop version
1 parent 60dd3a3 commit 3fffc76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_posts/2018-11-27-getting_started_geany.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The current version of raspbian installs jdk-1.8.0_65-bi17 (hard float) and that
1010
Then install JRuby see [jruby][jruby].
1111

1212
```bash
13-
jgem install picrate -v 1.2.1
13+
jgem install picrate
1414
```
1515

1616
Install samples, and configure `geany` ide (for `PiCrate`)
@@ -31,8 +31,8 @@ picrate --install Samples
3131
Install processing libraries
3232

3333
```bash
34-
picrate -i Sound
35-
picrate -i glvideo # preferred over vanilla video for now
34+
# picrate -i Sound not currently working
35+
picrate -i video # preferred over vanilla video for now
3636
```
3737

3838
### Creating Sketches from the GeanyIDE

0 commit comments

Comments
 (0)