From fcaf92d8a73fb165a3bb1573fd4b60d1bb0bf0d6 Mon Sep 17 00:00:00 2001 From: Nova deViator Date: Tue, 5 Jan 2016 17:12:48 +0100 Subject: [PATCH] documentation edit --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index c7aed4e..3a04e2b 100644 --- a/doc/README.md +++ b/doc/README.md @@ -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 ```