Merge pull request #4209 from stramel/patch-1

Update linux.md
This commit is contained in:
Kevin Sawicki 2014-11-17 08:39:02 -08:00
commit e849fc45ff

View File

@ -43,7 +43,7 @@ If you have problems with permissions don't forget to prefix with `sudo`
2. Checkout the latest Atom release:
```sh
git fetch
git fetch -p
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
```