diff options
author | Farhan Khan <farhan@farhan.codes> | 2020-09-04 18:03:58 +0000 |
---|---|---|
committer | Farhan Khan <farhan@farhan.codes> | 2020-09-04 18:03:58 +0000 |
commit | 173b04df48abf1b40aa0aa4ba5de50c370687f56 (patch) | |
tree | c526b4e79b1076ad2c381827f6dbf1c0a37df729 /docs/installation/freebsd_en.md | |
parent | 2b04cdf407c9ce4134a0fe448b7f8dff7f6ff57f (diff) | |
download | pleroma-173b04df48abf1b40aa0aa4ba5de50c370687f56.tar.gz pleroma-173b04df48abf1b40aa0aa4ba5de50c370687f56.zip |
Added cmake
Diffstat (limited to 'docs/installation/freebsd_en.md')
-rw-r--r-- | docs/installation/freebsd_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/freebsd_en.md b/docs/installation/freebsd_en.md index 130d68766..ca2575d9b 100644 --- a/docs/installation/freebsd_en.md +++ b/docs/installation/freebsd_en.md @@ -7,7 +7,7 @@ This document was written for FreeBSD 12.1, but should be work on future release This assumes the target system has `pkg(8)`. ``` -# pkg install elixir postgresql12-server postgresql12-client postgresql12-contrib git-lite sudo nginx gmake acme.sh +# pkg install elixir postgresql12-server postgresql12-client postgresql12-contrib git-lite sudo nginx gmake acme.sh cmake ``` Copy the rc.d scripts to the right directory: |