Skip to content

Commit 873182d

Browse files
committed
fix merge
2 parents 7b535ea + 937b609 commit 873182d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To create a template sketch:-
2626
```bash
2727
picrate -c my_sketch 200 200
2828
```
29-
Edit sketch (vim is a good choice):-
29+
Edit sketch ([vim][vim] is a good choice, but we recommend [geany][geany]) :-
3030
```ruby
3131
#!/usr/bin/env jruby
3232
# frozen_string_literal: false
@@ -57,3 +57,5 @@ jruby --dev my_sketch.rb # --dev flag speeds start-up
5757

5858
[buster]:https://gist.github.com/monkstone/6ae9840d7b7008c177b4a9f589d14ec6
5959
[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

Comments
 (0)