Skip to content

Commit 2c42cc0

Browse files
committed
Correct bash script name
1 parent fc7a82f commit 2c42cc0

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

docs/_editors/geany.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Remember to give untitled sketch a new name (PS: it's easy to create your own te
1818

1919
![new with template]({{ site.github.url }}/assets/new_with_template.png)
2020

21-
Use `make` to check syntax and `run` to run sketch
21+
Use `Build/rubocop` to check syntax, and `run` button to run the
22+
sketch
2223

2324
See running sketch below:-
2425

@@ -29,10 +30,14 @@ See running sketch below:-
2930

3031
If you install the `rubocop` gem you can use the Build/Rubocop control to do a static test on the current file. You can configure `rubocop` to ignore selected rules if you wish. Or use it to auto-correct issues.
3132

33+
![geany]({{ site.github.url }}/assets/rubocop.png)
34+
3235
2. reek
3336

3437
If you are keen to develop your `OO` skills analysing your sketch code for smells can be instructive see references:-
3538

3639
* Practical Object-Oriented Design in Ruby - Sandi Metz
3740
* Refactoring (Ruby Edition) - Jay Fields, Shane Harvie, Martin Fowler
3841
* 99 Bottles of OOP - Sandi Metz and Katrina Owen
42+
43+
![geany]({{ site.github.url }}/assets/reek.png)

docs/_posts/2019-11-11-getting_started_buster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: /getting_buster/
77
---
88
Currently Raspbian Buster does not come with a pre-installed java. So the first step is to install a `jdk` we currently recommend installing openjdk8 (_there a complications you don't need using jdk11_) to benefit from `client` optimisations. There is a bash script [here][buster], that will install `openjdk8`, `jruby-9.2.9.0` and picrate for you.
99
```bash
10-
bash install_bust
10+
bash buster_install.sh
1111
```
1212

1313
__Otherwise follow these instructions in order as needed:-__

docs/assets/reek.png

320 KB
Loading

docs/assets/rubocop.png

696 KB
Loading

0 commit comments

Comments
 (0)