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