summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-30 07:10:19 +0100
committerdefault <nobody@localhost>2022-10-30 07:10:19 +0100
commit432a161a716186a6161ee56b1cb49d5c96b20c90 (patch)
treefae62db4556b14f3499e8af6eb1f93416ed1f3ef /README.md
parentc32cd0f0ed6a03425bd9b4b024f574f60ef22016 (diff)
Updated documentation.
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
# Features
-- lightweight, minimal dependencies
-- 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...
+- Lightweight, minimal dependencies
+- 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...
- Easily-accessed MUTE button to silence morons
- Tested interoperability with similar software
- No database needed
@@ -29,7 +29,7 @@ On Debian/Ubuntu, you can satisfy these requirements by running
apt install libssl-dev libcurl4-openssl-dev
```
-On OpenBSD and FreeBSD you don't need to install anything because the base system provides all the needed software.
+On OpenBSD and FreeBSD you don't need to install anything because the base system provides all the needed software and libraries.
Run `make` and then `make install` as root.