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