From 3c0d418dcd2690a903192e35a7359cd612586dc0 Mon Sep 17 00:00:00 2001 From: kha7iq Date: Tue, 13 Jul 2021 10:04:20 +0800 Subject: [PATCH] docs: update aur install instructions --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1631f2f..cdc0a9a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,12 @@ brew install kha7iq/tap/pingme * AUR ```bash +# build from sources +yay -S pingme + +# binary yay -S pingme-bin + ``` * Binary @@ -91,12 +96,6 @@ chmod +x pingme sudo mv pingme /usr/local/bin/pingme ``` -### Go Get - -```bash -go get -u github.com/kha7iq/pingme -``` - ### Windows ```powershell @@ -105,7 +104,7 @@ scoop install pingme ``` Alternatively you can head over to [release pages](https://github.com/kha7iq/pingme/releases) -and download the binary for windows & all other supported platforms. +and download `deb`, `rpm` or `binary` for windows & all other supported platforms. ### Docker