Added curl as installation method
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user