diff options
author | feld <feld@feld.me> | 2019-05-30 21:30:42 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2019-05-30 21:30:42 +0000 |
commit | 75a37a68d4080a3781256cbe17b1e1b6c9944b18 (patch) | |
tree | f11de97a02bc5581c889149bf11656301e5c2dd1 /docs/installation/netbsd_en.md | |
parent | 73a7420c23308d19aa270ba6345a9b2b963abee6 (diff) | |
download | pleroma-75a37a68d4080a3781256cbe17b1e1b6c9944b18.tar.gz pleroma-75a37a68d4080a3781256cbe17b1e1b6c9944b18.zip |
Install docs should clone from master branch
Diffstat (limited to 'docs/installation/netbsd_en.md')
-rw-r--r-- | docs/installation/netbsd_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/netbsd_en.md b/docs/installation/netbsd_en.md index e0ac98359..a096d5354 100644 --- a/docs/installation/netbsd_en.md +++ b/docs/installation/netbsd_en.md @@ -58,7 +58,7 @@ Clone the repository: ``` $ cd /home/pleroma -$ git clone https://git.pleroma.social/pleroma/pleroma.git +$ git clone -b master https://git.pleroma.social/pleroma/pleroma.git ``` Configure Pleroma. Note that you need a domain name at this point: |