diff --git a/docs/build-instructions/os-x.md b/docs/build-instructions/os-x.md index 2ffde8ec0..7201676b1 100644 --- a/docs/build-instructions/os-x.md +++ b/docs/build-instructions/os-x.md @@ -15,7 +15,7 @@ ``` ### `script/build` Options - * `--install-dir` - The full path to the final built application (must include `.app` in the path), e.g. `script/build --install-dir full/path/to/Atom.app` + * `--install-dir` - The full path to the final built application (must include `.app` in the path), e.g. `script/build --install-dir /Users/username/full/path/to/Atom.app` * `--build-dir` - Build the application in this directory. * `--verbose` - Verbose mode. A lot more information output.