diff --git a/user/jami-on-servers.md b/user/jami-on-servers.md index 1aff35fa..0fb6369c 100644 --- a/user/jami-on-servers.md +++ b/user/jami-on-servers.md @@ -16,16 +16,18 @@ useradd -s /bin/bash -m jamiserver ## Install the Jami daemon on the server -Install the Jami daemon on the server (the full Jami client is not required to be installed, especially if the server does not have a graphical user interface) by following the installation instructions for the server's GNU/Linux distribution: [Download Jami for GNU/Linux](https://jami.net/download-jami-linux/); however, for say Ubuntu/Debian, replace the command: +Only the Jami daemon installation is required on the server. +The full Jami client is not required to be installed, especially if the server does not have a graphical user interface. +In the last command line of the installation instructions for the server's GNU/Linux distribution at [the setup instructions](/setup/index.md#jami-application), replace the text: ```bash -apt-get install jami +install jami ``` -with the command: +with the text: ```bash -apt-get install jami-daemon dbus-x11 +install jami-daemon dbus-x11 ``` ## Copy the Jami configuration files