Skip to content

Commit 48596dd

Browse files
committed
docs
1 parent f309cf8 commit 48596dd

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

docs/_posts/2018-05-06-getting_started.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,25 @@ date: 2018-05-24 07:34:13
55
categories: PiCrate update
66
permalink: /getting/
77
---
8-
The current version of raspbian installs jdk-1.8.0_65-bi17 (hard float) and that is just fine, if you have more that one version of java installed you could use `update-alternatives` tool to manage their use.
8+
Raspbian stretch installs jdk-1.8.0_65-bi17 (hard float) and that is just fine, if you have more that one version of java installed you could use `update-alternatives` tool to manage their use.
99

10-
Then install JRuby see [jruby][jruby].
10+
__Then install JRuby see__ [jruby][jruby].
1111

1212
```bash
1313
jgem install picrate
1414
```
1515

16-
Install samples, and configure `geany` ide (for `PiCrate`)
16+
__For a first install:-__
1717

1818
```bash
19-
picrate -i Samples # geany configuration files are installed if required
19+
picrate --install # no args
20+
# or
21+
picrate -i
2022
```
2123

22-
Install processing libraries
24+
This installs example sketches in `~/sample_sketches` and ties them into a `geany` project `picrate.geany`. It should also be possible to run sketches from the `geany` ide.
25+
26+
__Install processing libraries__
2327

2428
```bash
2529
picrate -i Sound

0 commit comments

Comments
 (0)