From ee66b4de6701b310df67afda549bae86d5542a67 Mon Sep 17 00:00:00 2001 From: "A.Kasper" Date: Sun, 6 Nov 2016 18:49:54 +0100 Subject: [PATCH] Update getting_started.rst just changed to existing release --- docs/user/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index 1ebe37a1..9d64da73 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -8,7 +8,7 @@ Gluon's releases are managed using `Git tags`_. If you are just getting started with Gluon we recommend to use the latest stable release of Gluon. Take a look at the `list of gluon releases`_ and notice the latest release, -e.g. *v2016.2*. Always get Gluon using git and don't try to download it +e.g. *v2016.2.x*. Always get Gluon using git and don't try to download it as a Zip archive as the archive will be missing version information. Please keep in mind that there is no "default Gluon" build; a site configuration @@ -43,7 +43,7 @@ Building the images ------------------- To build Gluon, first check out the repository. Replace *RELEASE* with the -version you'd like to checkout, e.g. *v2016.2*. +version you'd like to checkout, e.g. *v2016.2.x*. ::