individual descriptions for instructions

This commit is contained in:
Bengt Lüers
2014-06-20 00:47:30 +02:00
committed by Bengt Lüers
parent f8961fbd53
commit f47bcddf10

View File

@@ -30,14 +30,25 @@ Ubuntu LTS 12.04 64-bit is the recommended platform.
If you have problems with permissions don't forget to prefix with `sudo`
```sh
git clone https://github.com/atom/atom
cd atom
git checkout $(git describe --tags `git rev-list --tags --max-count=1`) # checkout latest release
script/build # Creates application at $TMPDIR/atom-build/Atom
sudo script/grunt install # Installs command to /usr/local/bin/atom
script/grunt mkdeb # Generates a .deb package at $TMPDIR/atom-build, e.g. /tmp/atom-build
```
Create the atom application at `$TMPDIR/atom-build/Atom`:
```sh
script/build
```
Install the `atom` command to `/usr/local/bin/atom`:
```sh
sudo script/grunt install
```
Generate a `.deb` package at `$TMPDIR/atom-build`:
```sh
script/grunt mkdeb
```
Use the newly installed atom by restarting any running atom instances.
To run `atom` and `apm` from a terminal open atom's command palette `ctrl+shift+p` and run `Window: Install Shell Commands`