summaryrefslogtreecommitdiff
path: root/docs/installation/openbsd_en.md
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-06-04 16:28:23 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-06-04 16:28:23 +0700
commit9ce928d8238877f870e099cb2fe010d322717856 (patch)
tree5ef9fb748ea007f31e1ce39a091e66f808672374 /docs/installation/openbsd_en.md
parenta7affbdd6d46caddea05ee6b34e0b2a24a62e721 (diff)
parentd977d73b91dbf8e9129de0478c51114d7d462edf (diff)
downloadpleroma-9ce928d8238877f870e099cb2fe010d322717856.tar.gz
pleroma-9ce928d8238877f870e099cb2fe010d322717856.zip
Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists
Diffstat (limited to 'docs/installation/openbsd_en.md')
-rw-r--r--docs/installation/openbsd_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/openbsd_en.md b/docs/installation/openbsd_en.md
index 633b08e6c..fcba38b2c 100644
--- a/docs/installation/openbsd_en.md
+++ b/docs/installation/openbsd_en.md
@@ -29,7 +29,7 @@ This creates a "pleroma" login class and sets higher values than default for dat
Create the \_pleroma user, assign it the pleroma login class and create its home directory (/home/\_pleroma/): `useradd -m -L pleroma _pleroma`
#### Clone pleroma's directory
-Enter a shell as the \_pleroma user. As root, run `su _pleroma -;cd`. Then clone the repository with `git clone https://git.pleroma.social/pleroma/pleroma.git`. Pleroma is now installed in /home/\_pleroma/pleroma/, it will be configured and started at the end of this guide.
+Enter a shell as the \_pleroma user. As root, run `su _pleroma -;cd`. Then clone the repository with `git clone -b master https://git.pleroma.social/pleroma/pleroma.git`. Pleroma is now installed in /home/\_pleroma/pleroma/, it will be configured and started at the end of this guide.
#### Postgresql
Start a shell as the \_postgresql user (as root run `su _postgresql -` then run the `initdb` command to initialize postgresql: