Skip to content

Improve watchman docs #4

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

Merged
merged 1 commit into from
Oct 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions guides/basic-use/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,22 @@ This will make the `ember` command available throughout your project folders. Th

### Additional steps for Mac and Linux users

Mac and Linux users may need to install [Watchman](https://facebook.github.io/watchman/). Watchman helps correct for some buggy and inefficient file watching behavior. Do not use the `npm` package by the same name.
For Mac and Linux users we recommend installing [Watchman](https://facebook.github.io/watchman/). Watchman helps correct for some buggy and inefficient file watching behavior. Do not use the `npm` package by the same name.

Mac users cann install via [Homebrew](http://brew.sh/):
Mac users cann install via [Homebrew](https://brew.sh/):

```bash
brew install watchman
```

Linux users should follow the steps on the [Watchman](https://facebook.github.io/watchman/) website to build from the source.

If Watchman is not installed, a notice is displayed when invoking various commands ("Could not start watchman"). It's safe to ignore this message. However, file-watching won't be as smooth as it is with Watchman.

### Installing for Windows

<!-- copy over from ember-cli.com -->

## Getting help

Users of all operating systems can get community support for installation problems. A list of chat rooms, forums, and more is available [here](https://www.emberjs.com/learn/).
Users of all operating systems can get community support for installation problems. A list of chat rooms, forums, and more is available [here](https://www.emberjs.com/learn/).