Skip to content

Commit

Permalink
Merge pull request #63 from garden-io/auto-reload
Browse files Browse the repository at this point in the history
Auto reload (experimental)
  • Loading branch information
edvald authored Apr 25, 2018
2 parents 001b68d + 185eb69 commit c795235
Show file tree
Hide file tree
Showing 44 changed files with 1,916 additions and 715 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ You need to set up the following on your local machine to use garden:
* Node.js >= 8.x
* Git
* rsync
* [Watchman](https://facebook.github.io/watchman/docs/install.html)
* [Docker for Mac/Windows (edge version)](https://docs.docker.com/engine/installation/)

We recommend using Homebrew on Mac for everything except Docker.
Expand Down
2 changes: 1 addition & 1 deletion bin/bootstrap-osx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# install/update homebrew dependencies
BREW_DEPS="cmake git kubectl stern rsync ruby"
BREW_DEPS="cmake git kubectl stern rsync ruby watchman"

brew update
brew install ${BREW_DEPS}
Expand Down
Loading

0 comments on commit c795235

Please sign in to comment.