📝 Add Synopsis chapter.

This commit is contained in:
Cheng Zhao 2014-05-05 14:49:05 +08:00
parent 5933947000
commit 5c55b9412f
3 changed files with 61 additions and 16 deletions

View file

@ -131,17 +131,17 @@ binary to execute your app directly.
On Window:
```cmd
$ .\atom-shell\atom.exe app
$ .\atom-shell\atom.exe path-to-app\
```
On Linux:
```bash
$ ./atom-shell/atom app
$ ./atom-shell/atom path-to-app/
```
On Mac OS X:
```bash
$ ./Atom.app/Contents/MacOS/Atom app
$ ./Atom.app/Contents/MacOS/Atom path-to-app/
```