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