You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi:
I am trying to get several talks from this repo, but I cannot build from any of these talks folders.
Here is the results I got when running build.sh:
$ ./build.sh
./build.sh: line 1: ,watch: command not found
Looks like ,watch command is something does not exist ? I am running this on a Mac OX machine.
Care to put in some instructions for how to use these build scripts ?
The text was updated successfully, but these errors were encountered:
watch is a GNU command line tool that doesn't exist on OSX by default. If you've got the homebrew (http://brew.sh) package manager installed, though, you can install watch:
Hi:
I am trying to get several talks from this repo, but I cannot build from any of these talks folders.
Here is the results I got when running build.sh:
Care to put in some instructions for how to use these build scripts ?
The text was updated successfully, but these errors were encountered: