From d2dc434a41a79801ab33ba7e8e2546c92649fc42 Mon Sep 17 00:00:00 2001 From: Rodrigo de Oliveira Date: Mon, 22 Mar 2021 00:02:42 -0300 Subject: [PATCH] updates install doc --- build-watch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-watch.sh b/build-watch.sh index 0c17fdcb5..6df90f65b 100755 --- a/build-watch.sh +++ b/build-watch.sh @@ -6,7 +6,7 @@ echo 'Watching changes on src/' current_OS=`uname` -# For macOS (Darwin) is needed fsevents-tools installed (you can use homebrew install fsevents-tools) +# For macOS (Darwin), you can install fsevents-tools via Homebrew: `brew install fsevents-tools` if [ $current_OS == "Darwin" ]; then echo notifyloop src ./build.sh