mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-15 14:20:18 -07:00
docs: add shortlink for install script
This commit is contained in:
parent
ab46bee38b
commit
ab93bcc203
@ -81,10 +81,14 @@ brew install kha7iq/tap/pingme
|
||||
## Shell Script
|
||||
By default pingme is going to be installed at `/usr/bin/` sudo is requried for this operation.
|
||||
|
||||
If you would like to provide a custome install path you can do so by prviding it as input to scipt. i.e `./install.sh $HOME/bin`
|
||||
If you would like to provide a custom install path you can do so as input to script. i.e `./install.sh $HOME/bin`
|
||||
```bash
|
||||
curl -s https://raw.githubusercontent.com/kha7iq/pingme/master/install.sh | sudo sh
|
||||
```
|
||||
or
|
||||
```bash
|
||||
curl -sL https://bit.ly/installpm | sudo sh
|
||||
```
|
||||
|
||||
## Linux
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user