summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-11-09 23:30:03 +0300
committerrinpatch <rinpatch@sdf.org>2019-11-09 23:30:46 +0300
commiteca66aefbae4c575ae66cace71017f1d0f904bc3 (patch)
treefe1521cce91c1bf4390dacbc6f884520240a20a9 /README.md
parentd1477e9ca3df4547c47564b6622d0c2d19793d78 (diff)
readme: Remove unnecessary description and add a missing dot
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2232b919e..11e3fc629 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ For clients it supports the [Mastodon client API](https://docs.joinmastodon.org/
## Installation
### OTP releases (Recommended)
-If you are running Linux (glibc or musl) on x86/arm, the recommended way to install Pleroma is by using OTP releases. OTP releases are as close as you can get to binary releases with Erlang/Elixir. The release is self-contained, and provides everything needed to boot it, it is easily administered via the provided shell script to open up a remote console, start/stop/restart the release, start in the background, send remote commands, and more. The installation instructions are available [here](https://docs-develop.pleroma.social/backend/installation/otp_en/)
+If you are running Linux (glibc or musl) on x86/arm, the recommended way to install Pleroma is by using OTP releases. OTP releases are as close as you can get to binary releases with Erlang/Elixir. The release is self-contained, and provides everything needed to boot it. The installation instructions are available [here](https://docs-develop.pleroma.social/backend/installation/otp_en/).
### From Source
If your platform is not supported, or you just want to be able to edit the source code easily, you may install Pleroma from source.