diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 | ||
| 32 | On OpenBSD and FreeBSD you don't need to install anything because the base system provides all the needed software. | 32 | On OpenBSD and FreeBSD you don't need to install anything because the base system provides all the needed software and libraries. |
| 33 | 33 | ||
| 34 | Run `make` and then `make install` as root. | 34 | Run `make` and then `make install` as root. |
| 35 | 35 | ||