From 4c3ec0e9082bc366992d492287944a7f27caa0a2 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 7 Feb 2023 19:40:11 -0600 Subject: [PATCH] Added curl as installation method --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 947434f..e50ad71 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,21 @@ ## 🚀 Installation -Apply this command using the terminal + +There are two methods to install `ishare2` in your terminal. Choose one of the following options: + +### wget + ```linux wget -O /usr/sbin/ishare2 https://raw.githubusercontent.com/pnetlabrepo/ishare2/main/ishare2 > /dev/null 2>&1 && chmod +x /usr/sbin/ishare2 && ishare2 ``` +### curl + +```linux +curl -o /usr/sbin/ishare2 https://raw.githubusercontent.com/pnetlabrepo/ishare2/main/ishare2 > /dev/null 2>&1 && chmod +x /usr/sbin/ishare2 && ishare2 +``` + `Note: There is no need to be in the same directory where ishare2 file is installed in order to execute it` ## ✅ Syntax