1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-15 22:30:11 -07:00

docs: add shortlink for install script

This commit is contained in:
kha7iq 2021-12-13 12:13:55 +08:00
parent ab46bee38b
commit ab93bcc203

View File

@ -81,10 +81,14 @@ brew install kha7iq/tap/pingme
## Shell Script ## Shell Script
By default pingme is going to be installed at `/usr/bin/` sudo is requried for this operation. 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 ```bash
curl -s https://raw.githubusercontent.com/kha7iq/pingme/master/install.sh | sudo sh curl -s https://raw.githubusercontent.com/kha7iq/pingme/master/install.sh | sudo sh
``` ```
or
```bash
curl -sL https://bit.ly/installpm | sudo sh
```
## Linux ## Linux