📝 Minor cleanup for the new .tar.gz archive

[ci skip]
This commit is contained in:
Wliu
2016-04-06 19:23:26 -04:00
parent 917f20d1c4
commit a084882cb1

View File

@@ -74,19 +74,19 @@ If you have problems with permissions don't forget to prefix with `sudo`
To use the newly installed Atom, quit and restart all running Atom instances.
5. *Optionally*, you may generate distributable packages of Atom at `out`. Currently, `.deb` and `.rpm` package types are supported, as well as a `tar gz` archive. To create a `.deb` package run:
5. *Optionally*, you may generate distributable packages of Atom at `out`. Currently, `.deb` and `.rpm` package types are supported, as well as a `.tar.gz` archive. To create a `.deb` package run:
```sh
script/grunt mkdeb
```
To create an `.rpm` package run
To create a `.rpm` package run
```sh
script/grunt mkrpm
```
To create a `.tar.gz` package run
To create a `.tar.gz` archive run
```sh
script/grunt mktar