updates install doc
This commit is contained in:
parent
86ab1f9cb6
commit
d2dc434a41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue