📝 Mention --build-dir and --install-dir

Closes #3220
This commit is contained in:
Kevin Sawicki 2014-08-14 09:51:25 -07:00
parent c70c819aa2
commit 88366cb5d4

View File

@ -51,6 +51,20 @@ From the cloned repository directory:
Use the newly installed atom by restarting any running atom instances.
## Advanced Options
### Custom install directory
```sh
sudo script/grunt install --install-dir /install/atom/here
```
### Custom build directory
```sh
sudo script/grunt install --build-dir /build/atom/here
```
## Troubleshooting
### Exception: "TypeError: Unable to watch path"