From ab93bcc20312cc09998084871ed263f2b69dc3c7 Mon Sep 17 00:00:00 2001 From: kha7iq Date: Mon, 13 Dec 2021 12:13:55 +0800 Subject: [PATCH] docs: add shortlink for install script --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6cbe75..7e852b5 100644 --- a/README.md +++ b/README.md @@ -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