Skip to content

Instructions for running build.sh #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tonytan4ever opened this issue Jan 9, 2015 · 2 comments
Open

Instructions for running build.sh #1

tonytan4ever opened this issue Jan 9, 2015 · 2 comments

Comments

@tonytan4ever
Copy link

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 ?

@ryanpetrello
Copy link
Contributor

Which build script are you referring to?

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:

$ brew install watch

@tonytan4ever
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants