From 17374f209422b23b71dd63330d6806a4b4fd2ae8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 6 Apr 2022 15:56:18 +0200 Subject: [PATCH] doc/getting-started: ask to install soju MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This might seem obvious but… let's add a short sentence just in case. --- doc/getting-started.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/getting-started.md b/doc/getting-started.md index c9c4760..809a215 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -2,6 +2,9 @@ ## Server side +Start by installing soju via your distribution's [package manager]. +Alternatively, you can compile it from source (see the [README]). + To create an admin user and start soju, run these commands: sojuctl create-user -admin @@ -51,5 +54,7 @@ and a workstation, you can setup each client to use the respective usernames `/irc.libera.chat@laptop` and `/irc.libera.chat@workstation`. +[package manager]: https://repology.org/project/soju/versions +[README]: ../README.md [man page]: https://soju.im/doc/soju.1.html#IRC_SERVICE [client list]: ../contrib/clients.md