From 478d440dcda2eaf0ce065e4a2fc6a7de760f1ba9 Mon Sep 17 00:00:00 2001 From: Shreyas A S <137637016+shreyas-a-s@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:49:14 +0530 Subject: [PATCH] Change 'simplest way' instruction in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb7310a..6974c4c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ sudo apt update && sudo apt install git -y && git clone https://github.com/shrey ``` OR if you want the simplest way: ``` -Just right click the install.sh file and click "Run as a Program" and follow the prompts. +Go to Releases section. Download deployer.zip from latest release. Extract it. Right click the install.sh file and click "Run as a Program" and follow the prompts. ``` > NOTE: In some systems, right click menu might not have this option. In that case, just double click the file and select "Run in Terminal".