From af7773517196da639ca32b1c8f0b98735f7da5ad Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Sun, 23 Sep 2018 19:00:55 +0000
Subject: [PATCH] Added warning about develop branch during git install

---
 docs/installation/debian.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst
index 08678b58..1ce9d4a9 100644
--- a/docs/installation/debian.rst
+++ b/docs/installation/debian.rst
@@ -116,6 +116,10 @@ Then we'll download the frontend files:
         git clone https://code.eliotberriot.com/funkwhale/funkwhale funkwhale
         cd funkwhale
 
+    By default, the repository will use the ``develop`` which may be unstable thus not recommended for production instances (unless you know what your doing). You should use the master branch instead:
+
+        git checkout master
+
     You'll also need to re-create the folders we make earlier:
 
         mkdir -p config data/static data/media data/music front
-- 
GitLab