[doc] Arch Linux installation: modified the command for user creation so it works on both Debian and Arch

This commit is contained in:
Reg 2018-07-02 19:57:50 +02:00
parent d84ef107e4
commit 90360c4854
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Create the user and the directory:
.. code-block:: shell
sudo adduser --system --home /srv/funkwhale funkwhale
sudo useradd -r -s /usr/bin/nologin -d /srv/funkwhale -m funkwhale
cd /srv/funkwhale
Log in as the newly created user from now on: