From 6bd4848e2acdaf0a339c6d6afb9199f4c12b6dea Mon Sep 17 00:00:00 2001 From: janosmurai Date: Tue, 12 Mar 2024 15:26:01 +0100 Subject: [PATCH] The recommended way of installation is to first download the install script and then run it as a separate step. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1475a49..0befe33 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,13 @@ To be able to use the DEM on your PC, you need to have the following software in ## Installation -Use the following install script to get the latest version of DEM: - curl -fsSL 'https://raw.githubusercontent.com/axem-solutions/dem/main/install-dem.sh' | bash +You can download the installer script from the root of the repository: + + curl -O https://raw.githubusercontent.com/axem-solutions/dem/main/install-dem.sh + +If you are happy with the content of the script, you can execute it: + + bash install-dem.sh ### Alternative installation