Skip to content

Commit

Permalink
Install watch
Browse files Browse the repository at this point in the history
* example: watch heroku ps --remote production
  • Loading branch information
salbertson committed Nov 27, 2012
1 parent 3a9825d commit 9a89a22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -38,6 +38,7 @@ What it sets up
* Postgres for storing relational data
* Postgres gem for talking to Postgres from Ruby
* Qt for headless JavaScript testing via Capybara Webkit
* Watch for periodically executing a program and displaying the output
* Rails gem for writing web applications
* Redis for storing key-value data
* Ruby stable for writing general-purpose code
Expand Down
3 changes: 3 additions & 0 deletions mac
Expand Up @@ -56,6 +56,9 @@ echo "Installing ImageMagick, for cropping and re-sizing images ..."
echo "Installing QT, used by Capybara Webkit for headless Javascript integration testing ..."
successfully brew install qt

echo "Installing watch, used to execute a program periodically and show the output ..."
successfully brew install watch

echo "Installing RVM (Ruby Version Manager) and Ruby 1.9.3-p327, which becomes the default ..."
successfully curl -L https://get.rvm.io | bash -s stable --ruby
successfully echo "
Expand Down

0 comments on commit 9a89a22

Please sign in to comment.