From 48fffb3084afdfeee9ff96056d3d1970e8a2788e Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Tue, 28 Apr 2015 03:06:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 409d4bfb..77a41d19 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ If you're new to Gluon and ready to get your feet wet, have a look at the Please refrain from using the master branch for anything else but development purposes! Use the most recent release instead. You can list all relaseses by running `git branch -a` -and switch to one by running `git checkout v0.6.5beta5`. +and switch to one by running `git checkout stable`. To select one of our sites, use first `./get-sites` and select one out of `sites-repo` with e.g. `./set-site vfnnrw/leverkusen`. To make a stable-build for e.g. leverkusen run: `git clone https://github.com/VfN-NRW/gluon.git vfnnrw-gluon` `cd vfnnrw-gluon` -`git checkout v0.6.5beta5` +`git checkout stable` `./set-site vfnnrw/leverkusen` `make update` `make -j4 GLUON_BRANCH=stable`