From 71b4ca58ab437f2c611f6afe4ce3d74f8bc8dbef Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Mon, 14 Aug 2017 12:37:41 +0200 Subject: [PATCH] make clearer that it is either snap or deb in the example --- admin_manual/installation/source_installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index afb8b47d5..02b1f9cee 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -141,12 +141,12 @@ Example Installation on Ubuntu 16.04 LTS Server On a machine running a pristine Ubuntu 16.04 LTS server, you have two options: -To install the Nextcloud `Snap Package `_, run the +You can either install the Nextcloud `Snap Package `_, just run the following command in a terminal:: sudo snap install nextcloud -Install the required and recommended modules for a typical Nextcloud +Or you can use .deb packages to install the required and recommended modules for a typical Nextcloud installation, using Apache and MariaDB, by issuing the following commands in a terminal::