📝 Revise the build instructions on Linux.

This commit is contained in:
Cheng Zhao 2014-03-13 14:20:48 +08:00
parent 6248aeb1ea
commit 09ebabfc45

View file

@ -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