diff --git a/README.md b/README.md index 987f973e..87633fce 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ **Note**: This readme as well as complete documentation is also available at +## About This Repo + +This repo is the version of pleroma that is running on [otherkin.Club](https://otherkin.club/). If you are looking to run your own instance, please go to [https://git.pleroma.social/pleroma/pleroma](https://git.pleroma.social/pleroma/pleroma) instead. + ## About Pleroma Pleroma is a microblogging server software that can federate (= exchange messages with) other servers that support the same federation standards (OStatus and ActivityPub). What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger servers. Pleroma will federate with all servers that implement either OStatus or ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Peertube, and Pixelfed. @@ -18,12 +22,12 @@ No release has been made yet, but several servers have been online for months al ### Docker -While we don’t provide docker files, other people have written very good ones. Take a look at or . +While we don�t provide docker files, other people have written very good ones. Take a look at or . ### Dependencies * Postgresql version 9.6 or newer -* Elixir version 1.7 or newer. If your distribution only has an old version available, check [Elixir’s install page](https://elixir-lang.org/install.html) or use a tool like [asdf](https://github.com/asdf-vm/asdf). +* Elixir version 1.7 or newer. If your distribution only has an old version available, check [Elixir�s install page](https://elixir-lang.org/install.html) or use a tool like [asdf](https://github.com/asdf-vm/asdf). * Build-essential tools ### Configuration @@ -53,7 +57,7 @@ Copy `installation/init.d/pleroma` to `/etc/init.d/pleroma`. You can add it to t ### Standalone/run by other means -Run `mix phx.server` in repository’s root, it will output log into stdout/stderr. +Run `mix phx.server` in repository�s root, it will output log into stdout/stderr. ### Using an upstream proxy for federation