mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user