Skip to content
Snippets Groups Projects
Commit b9501362 authored by Nils Schneider's avatar Nils Schneider
Browse files

docs: advise user to checkout a specific release

parent b27e0d54
No related branches found
No related tags found
No related merge requests found
......@@ -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*.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment