diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-10-15 17:33:29 +0200 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-10-15 17:33:29 +0200 |
commit | da0e4879bcd12849182a39445174384420fcf064 (patch) | |
tree | bf54d1b4ee868b187a66948993babe86350840c2 /docs/installation/netbsd_en.md | |
parent | c0aca32dd0aed522cfc537cc88b77f7ff254946b (diff) | |
parent | 3b1bc079af8fb6e467a9114de0d32e2de59a7fab (diff) | |
download | pleroma-da0e4879bcd12849182a39445174384420fcf064.tar.gz |
DELETE /api/pleroma/admin/users now accepts nicknames array
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 a096d5354..6a922a27e 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 -b master https://git.pleroma.social/pleroma/pleroma.git +$ git clone -b stable https://git.pleroma.social/pleroma/pleroma.git ``` Configure Pleroma. Note that you need a domain name at this point: |