From ad41443a307302fa6a408a79ed3324b629ca2c14 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Thu, 25 Jul 2024 13:36:43 +0000 Subject: [PATCH] Update docs/source/install.rst --- docs/source/install.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/install.rst b/docs/source/install.rst index 57c8f59..9b5b58a 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -37,6 +37,15 @@ Installer scripts are available in the install directory and should be called fr $ git clone https://github.com/AcuGIS/quartzmap-web-client.git $ cd quartzmap-web-client +Alternatively, you can simply download the binary and unzip: + +.. code-block:: console + + + wget https://github.com/AcuGIS/quartzmap-web-client/releases/download/2.1.0/quartzmap-web-client-2.1.0.zip + unzip -q quartzmap-web-client-2.1.0.zip + cd quartzmap-web-client-2.1.0 + If PostgreSQL is not installed, install it using /installer/postgres.sh .. code-block:: console