From c7ae08fd5d52d6d35f7498d9dce0e80e499935fb Mon Sep 17 00:00:00 2001 From: Egon Elbre Date: Sun, 21 Feb 2016 10:24:50 +0200 Subject: [PATCH] Use ;; for multiple commands. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2683475..53ea668 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,10 @@ You can explicitly specify which folder to watch with `-d`: ``` $ watchrun -d ../../ go run main.go +``` + +You can run multiple commands in succession with `;;` (instead of the usual `&&`). For example: + +``` +$ watchrun go build -i . ;; myproject ``` \ No newline at end of file