From 9277648302cf9af430e3c0974519419b7fc7b946 Mon Sep 17 00:00:00 2001
From: Jan-Philipp Litza <janphilipp@litza.de>
Date: Sun, 12 Oct 2014 23:06:48 +0200
Subject: [PATCH] Simplify git commands in Getting Started

---
 docs/user/getting_started.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst
index 306eeb361..d7e6b8d3b 100644
--- a/docs/user/getting_started.rst
+++ b/docs/user/getting_started.rst
@@ -8,9 +8,8 @@ The versions of gluon are managed with tags and branches. Every tag is a stable
 
 ::
 
- git clone https://github.com/freifunk-gluon/gluon.git gluon
+ git clone -b v2014.3 https://github.com/freifunk-gluon/gluon.git gluon
  cd gluon
- git checkout v2014.3
 
 Please keep in mind that you need the appropriate site configuration for that gluon version.
 
-- 
GitLab