diff options
author | Ilja <pleroma@spectraltheorem.be> | 2021-01-10 08:25:36 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2021-01-10 08:25:36 +0000 |
commit | 6284e8f4b2e9b737d1ed256e89f2ac3ba673d6f8 (patch) | |
tree | c56758cdaa95ce053e04952497386542e1b28531 /docs/installation/freebsd_en.md | |
parent | 5822338f3a42852c18a323c35041b14b29661de6 (diff) | |
download | pleroma-6284e8f4b2e9b737d1ed256e89f2ac3ba673d6f8.tar.gz pleroma-6284e8f4b2e9b737d1ed256e89f2ac3ba673d6f8.zip |
Add development section
* I cretaed a folder 'development'
* I split up the file dev.md into three parts and moved it to this folder
* index.md
* authentication_authorization.md
* mrf.md
* I also moved ap_extensions.md
* I created a new file setting_up_pleroma_dev.md
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 fdcb06c53..2dc466eb8 100644 --- a/docs/installation/freebsd_en.md +++ b/docs/installation/freebsd_en.md @@ -26,7 +26,7 @@ Setup the required services to automatically start at boot, using `sysrc(8)`. # service postgresql start ``` -### Install media / graphics packages (optional, see [`docs/installation/optional/media_graphics_packages.md`](docs/installation/optional/media_graphics_packages.md)) +### Install media / graphics packages (optional, see [`docs/installation/optional/media_graphics_packages.md`](../installation/optional/media_graphics_packages.md)) ```shell # pkg install imagemagick ffmpeg p5-Image-ExifTool |