📝 Add Synopsis chapter.
This commit is contained in:
parent
5933947000
commit
5c55b9412f
3 changed files with 61 additions and 16 deletions
|
@ -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/
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue