documentation edit

master
Nova deViator 2016-01-05 17:12:48 +01:00
parent 473f0ceb4d
commit fcaf92d8a7
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export DISPLAY=":0.0"
## notes
Monitor files while developing to restart Processing sketch on save with `entr`. After running the sketch in one terminal with `processing-runsketch_IF3.sh`, in another terminal run something like
Monitor files while developing to restart Processing sketch on save with [`entr`](http://entrproject.org/). After running the sketch in one terminal with `processing-runsketch_IF3.sh`, in another terminal run something like
```
ls PROJECTS/IF3Si/pde/IF3Si/*.pde | entr killall java
```