We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b535ea + 937b609 commit 873182dCopy full SHA for 873182d
README.md
@@ -26,7 +26,7 @@ To create a template sketch:-
26
```bash
27
picrate -c my_sketch 200 200
28
```
29
-Edit sketch (vim is a good choice):-
+Edit sketch ([vim][vim] is a good choice, but we recommend [geany][geany]) :-
30
```ruby
31
#!/usr/bin/env jruby
32
# frozen_string_literal: false
@@ -57,3 +57,5 @@ jruby --dev my_sketch.rb # --dev flag speeds start-up
57
58
[buster]:https://gist.github.com/monkstone/6ae9840d7b7008c177b4a9f589d14ec6
59
[propane]:https://ruby-processing.github.io/propane/
60
+[vim]:https://github.com/ruby-processing/PiCrate/blob/master/docs/_editors/vim.md
61
+[geany]:https://github.com/ruby-processing/PiCrate/blob/master/docs/_editors/geany.md
0 commit comments