summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_en.md
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2019-05-30 21:30:42 +0000
committerfeld <feld@feld.me>2019-05-30 21:30:42 +0000
commit75a37a68d4080a3781256cbe17b1e1b6c9944b18 (patch)
treef11de97a02bc5581c889149bf11656301e5c2dd1 /docs/installation/debian_based_en.md
parent73a7420c23308d19aa270ba6345a9b2b963abee6 (diff)
downloadpleroma-75a37a68d4080a3781256cbe17b1e1b6c9944b18.tar.gz
pleroma-75a37a68d4080a3781256cbe17b1e1b6c9944b18.zip
Install docs should clone from master branch
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r--docs/installation/debian_based_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md
index 9c0ef92d4..7d39ca5f9 100644
--- a/docs/installation/debian_based_en.md
+++ b/docs/installation/debian_based_en.md
@@ -68,7 +68,7 @@ sudo useradd -r -s /bin/false -m -d /var/lib/pleroma -U pleroma
```shell
sudo mkdir -p /opt/pleroma
sudo chown -R pleroma:pleroma /opt/pleroma
-sudo -Hu pleroma git clone https://git.pleroma.social/pleroma/pleroma /opt/pleroma
+sudo -Hu pleroma git clone -b master https://git.pleroma.social/pleroma/pleroma /opt/pleroma
```
* Change to the new directory: