From e011c80b07ac11b66d6a7b5e9741351ae47e70f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Sat, 26 Jul 2014 18:44:38 +0200 Subject: [PATCH] Update linux.md Add step for checking out the latest release by git tag. --- docs/build-instructions/linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/build-instructions/linux.md b/docs/build-instructions/linux.md index 46a5f8a4d..f25e63e50 100644 --- a/docs/build-instructions/linux.md +++ b/docs/build-instructions/linux.md @@ -33,6 +33,7 @@ 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