From 2e8bb9e41fccbbf00d3eae080c76e9631333af96 Mon Sep 17 00:00:00 2001 From: Machiste Quintana Date: Mon, 25 May 2015 13:14:00 -0400 Subject: [PATCH] :memo: Update example path --- docs/build-instructions/os-x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.