doc: Use --build-dir in custom installs

If atom was built in a custom directory, a custom install will require the use of `--build-dir`.
This commit is contained in:
Nicolas Riesco
2016-02-04 10:22:31 +00:00
parent 0ae129b2d8
commit e867902f82

View File

@@ -88,18 +88,18 @@ If you have problems with permissions don't forget to prefix with `sudo`
## Advanced Options
### Custom install directory
```sh
sudo script/grunt install --install-dir /install/atom/here
```
### Custom build directory
```sh
script/build --build-dir /build/atom/here
```
### Custom install directory
```sh
sudo script/grunt install --build-dir /build/atom/here --install-dir /install/atom/here
```
## Troubleshooting
### TypeError: Unable to watch path