diff options
author | lain <lain@soykaf.club> | 2023-11-29 15:43:09 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2023-11-29 15:43:09 +0000 |
commit | bc7fcc2dba291492ee610478fd72ac41af031ae8 (patch) | |
tree | ff9ee0ddfcaba07fa61d1f1598701f684c0329c4 /docs/installation/freebsd_en.md | |
parent | 1955b3c55744171333e9070072eafed067a45dd0 (diff) | |
parent | cd6adef4715cc42aa9a0cc8246fca8259eca9d9f (diff) | |
download | pleroma-bc7fcc2dba291492ee610478fd72ac41af031ae8.tar.gz pleroma-bc7fcc2dba291492ee610478fd72ac41af031ae8.zip |
Merge branch 'vips' into 'develop'
Docs: Remove rust references
See merge request pleroma/pleroma!3983
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 b88853dd1..02513daf2 100644 --- a/docs/installation/freebsd_en.md +++ b/docs/installation/freebsd_en.md @@ -9,7 +9,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 cmake rust vips +# pkg install elixir postgresql12-server postgresql12-client postgresql12-contrib git-lite sudo nginx gmake acme.sh cmake vips ``` Copy the rc.d scripts to the right directory: |