diff --git a/README.md b/README.md
index aed9b4b4c92900b7e1cb18d09d476b2ffb2a1b31..cdad8e19efea2a6f4f05512e12aa121fc90d3e69 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Auf dieser Seite wird beschrieben, wie man die Gluon Firmware für das Freifunk
 *Wichtig* Je nach Entwicklungsstand muss die Branch Version angepasst werden.
 
     git clone https://github.com/freifunk-gluon/gluon.git ./freifunk_build -b v2018.2.x && cd ./freifunk_build
-    git clone https://git.ffnw.de/ffnw-firmware/siteconf.git site && cd site
+    git clone https://git.ffnw.de/ffnw-firmware/siteconf.git -b <master oder ein release branch wie 201904> site && cd site
     ./buildscript.sh patch
     ./buildscript.sh prepare GLUON_BRANCH <autoupdater-branch, also zB "stable" oder "testing">
     ./buildscript.sh prepare GLUON_RELEASE <Releasecodename, zB das aktuelle Datum im Format YYYYMMDD>