summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a8ec0f1..5bb1b96 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ A simple, minimalistic ActivityPub instance
4 4
5# Features 5# Features
6 6
7- lightweight, minimal dependencies 7- Lightweight, minimal dependencies
8- large support of ActivityPub operations, e.g. write public notes, follow users, be followed, reply to the notes of others, admire wonderful content (like or boost), write private messages... 8- Extensive support of ActivityPub operations, e.g. write public notes, follow users, be followed, reply to the notes of others, admire wonderful content (like or boost), write private messages...
9- Easily-accessed MUTE button to silence morons 9- Easily-accessed MUTE button to silence morons
10- Tested interoperability with similar software 10- Tested interoperability with similar software
11- No database needed 11- No database needed
@@ -29,7 +29,7 @@ On Debian/Ubuntu, you can satisfy these requirements by running
29 apt install libssl-dev libcurl4-openssl-dev 29 apt install libssl-dev libcurl4-openssl-dev
30``` 30```
31 31
32On OpenBSD and FreeBSD you don't need to install anything because the base system provides all the needed software. 32On OpenBSD and FreeBSD you don't need to install anything because the base system provides all the needed software and libraries.
33 33
34Run `make` and then `make install` as root. 34Run `make` and then `make install` as root.
35 35