Skip to content

Commit a5ab368

Browse files
author
Jen Weber
authored
Merge pull request #4 from sandstrom/patch-1
Improve watchman docs
2 parents b4c7b57 + 88ae9e2 commit a5ab368

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

guides/basic-use/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,22 @@ This will make the `ember` command available throughout your project folders. Th
2020

2121
### Additional steps for Mac and Linux users
2222

23-
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.
23+
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.
2424

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

2727
```bash
2828
brew install watchman
2929
```
3030

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

33+
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.
34+
3335
### Installing for Windows
3436

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

3739
## Getting help
3840

39-
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/).
41+
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/).

0 commit comments

Comments
 (0)