Skip to content
Snippets Groups Projects
Commit f0d48962 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'eliotberriot-develop-patch-39371' into 'develop'

Added warning about develop branch during git install

See merge request funkwhale/funkwhale!415
parents 6af73c4d af777351
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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