From b9501362adf73e253122ff85efabdb0a8891dbf2 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Mon, 13 Oct 2014 12:29:24 +0200 Subject: [PATCH] docs: advise user to checkout a specific release --- docs/user/getting_started.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index e7a7712a..3b3bf234 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -28,11 +28,12 @@ Building the image .. _Git identity: http://git-scm.com/book/en/Getting-Started-First-Time-Git-Setup#Your-Identity -To build Gluon, first check out the repository: +To build Gluon, first check out the repository. Replace *RELEASE* with the +version you'd like to checkout, e.g. *v2014.3*. :: - git clone https://github.com/freifunk-gluon/gluon.git gluon -b v2014.3 + git clone https://github.com/freifunk-gluon/gluon.git gluon -b RELEASE This command will create a directory named *gluon/*. It might also tell a scary message about being in a *detached state*.