Skip to content

Commit

Permalink
refactor: remove dependency on watchman
Browse files Browse the repository at this point in the history
Instead of using FB's watchman library to monitor FS changes in watch
commands, we now use the pure-JS library chokidar.
  • Loading branch information
thsig authored and edvald committed Jul 10, 2018
1 parent 87ce2eb commit fec104a
Show file tree
Hide file tree
Showing 8 changed files with 198 additions and 409 deletions.
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 kubernetes-helm stern rsync watchman icu4c pkg-config"
BREW_DEPS="cmake git kubectl kubernetes-helm stern rsync icu4c pkg-config"

brew update
brew install ${BREW_DEPS}
Expand Down
4 changes: 1 addition & 3 deletions docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ You need the following dependencies on your local machine to use Garden:
* [Docker](https://docs.docker.com/)
* Git
* rsync
* [Watchman](https://facebook.github.io/watchman/docs/install.html)
* [Helm](https://github.com/kubernetes/helm)
* Local installation of Kubernetes and kubectl

Expand All @@ -62,8 +61,7 @@ For local Kubernetes, you can use [Minikube](https://github.com/kubernetes/minik

#### Step 3: Install other dependencies

Use your preferred method or package manager to install `node` (version 8.x or higher), `git`, `rsync`,
[Watchman](https://facebook.github.io/watchman/docs/install.html) and
Use your preferred method or package manager to install `node` (version 8.x or higher), `git`, `rsync` and
[Helm](https://github.com/kubernetes/helm).

#### Step 4: Install `garden-cli`
Expand Down
Loading

0 comments on commit fec104a

Please sign in to comment.