diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-27 09:59:21 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-27 10:01:04 +0300 |
commit | e91f09cfe6ebc6619e0eac204a71bef9562b9396 (patch) | |
tree | 4b62c8f73fd5b0b36e02ac4c0f15c4e4b8545366 | |
parent | ceebe95c2751fa03c65f60a9f5a01b00de4a5bce (diff) | |
download | pleroma-e91f09cfe6ebc6619e0eac204a71bef9562b9396.tar.gz |
Add a note about OS/Distro packages in the readme
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ If you want to run your own server, feel free to contact us at @lain@pleroma.soy ## Installation **Note:** The guide below may be outdated and in most cases shouldn't be used. Instead check out our [wiki](https://docs.pleroma.social) for platform-specific installation instructions, most likely [Installing on Linux using OTP releases](https://docs.pleroma.social/otp_en.html) is the guide you need. +### OS/Distro packages +Currently Pleroma is not packaged by any OS/Distros, but feel free to reach out to us at [#pleroma-dev on freenode](https://webchat.freenode.net/?channels=%23pleroma-dev) or via matrix at <https://matrix.heldscal.la/#/room/#freenode_#pleroma-dev:matrix.org> for assistance. If you want to change default options in your Pleroma package, please **discuss it with us first**. + ### Docker While we don’t provide docker files, other people have written very good ones. Take a look at <https://github.com/angristan/docker-pleroma> or <https://github.com/sn0w/pleroma-docker>. |