diff --git a/pages/docs/platform/tutorials/quick-start.md b/pages/docs/platform/tutorials/quick-start.md
index 2f20b2359ff69a58b82ff16c7e59e48c0d9f4b13..d50fa8ce3d5470eb823a5f65e7e65c3a01860405 100644
--- a/pages/docs/platform/tutorials/quick-start.md
+++ b/pages/docs/platform/tutorials/quick-start.md
@@ -56,12 +56,11 @@ Install core prerequisites on your workstation.
 
 The LEAP platform recipes are a set modules designed to work together to provide you everything you need to manage your provider. You typically do not need to modify these, but do need them available for deploying your provider.
 
-To obtain the platform recipes, simply clone the git repository, and then check out the most recent release tagged stable :
+To obtain the platform recipes, simply clone the git repository, and then check out the stable branch :
 
-    workstation$ git clone https://leap.se/git/leap_platform
-    workstation$ git checkout 0.10.0
+    workstation$ git clone -b stable https://leap.se/git/leap_platform
 
-If you want to get the latest developments (Beware: it could be unstable !) you just don't checkout a particular tag :
+If you want to get the latest developments (beware: it could be unstable !) you just checkout the default master branch :
 
     workstation$ git clone https://leap.se/git/leap_platform