Added curl as installation method

This commit is contained in:
Alex
2023-02-07 19:40:11 -06:00
parent 7e39e7ca57
commit 4c3ec0e908

View File

@@ -15,11 +15,21 @@
</div>
## 🚀 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