From 09ebabfc45461b55fc922821806b71d6e191c61d Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 13 Mar 2014 14:20:48 +0800 Subject: [PATCH] :memo: Revise the build instructions on Linux. --- docs/development/build-instructions-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build-instructions-linux.md b/docs/development/build-instructions-linux.md index f4c5a6263..10ad2de0d 100644 --- a/docs/development/build-instructions-linux.md +++ b/docs/development/build-instructions-linux.md @@ -42,7 +42,7 @@ You can also only build the `Debug` target: $ ./script/build.py -c Debug ``` -After building is done, you can find `Atom.app` under `out/Debug`. +After building is done, you can find `atom` under `out/Debug`. ## Troubleshooting