diff options
author | lain <lain@soykaf.club> | 2020-06-22 12:35:00 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-22 12:35:00 +0000 |
commit | 31489bc864c92c9f4b891373f34f0a9e3d8e32ff (patch) | |
tree | a1697587a2b572da30adf27e75baddfeaf46a87c /docs/installation/openbsd_en.md | |
parent | 8b5bdd164e9df666bc12f4389540432b218b8e63 (diff) | |
parent | 9f7ee5dfa283f8db9a5fcb006630674263425ac8 (diff) | |
download | pleroma-31489bc864c92c9f4b891373f34f0a9e3d8e32ff.tar.gz |
Merge branch 'docs_use_include_for_install_further_reading' into 'develop'
Add include for the "Further reading" section
See merge request pleroma/pleroma!2667
Diffstat (limited to 'docs/installation/openbsd_en.md')
-rw-r--r-- | docs/installation/openbsd_en.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/installation/openbsd_en.md b/docs/installation/openbsd_en.md index e8c5d844c..5dbe24f75 100644 --- a/docs/installation/openbsd_en.md +++ b/docs/installation/openbsd_en.md @@ -242,3 +242,11 @@ If your instance is up and running, you can create your first user with administ ``` LC_ALL=en_US.UTF-8 MIX_ENV=prod mix pleroma.user new <username> <your@emailaddress> --admin ``` + +#### Further reading + +{! backend/installation/further_reading.include !} + +## Questions + +Questions about the installation or didn’t it work as it should be, ask in [#pleroma:matrix.org](https://matrix.heldscal.la/#/room/#freenode_#pleroma:matrix.org) or IRC Channel **#pleroma** on **Freenode**. |