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

docs: update aur install instructions

This commit is contained in:
kha7iq 2021-07-13 10:04:20 +08:00
parent ae9a050ac0
commit 3c0d418dcd

View File

@ -80,7 +80,12 @@ brew install kha7iq/tap/pingme
* AUR * AUR
```bash ```bash
# build from sources
yay -S pingme
# binary
yay -S pingme-bin yay -S pingme-bin
``` ```
* Binary * Binary
@ -91,12 +96,6 @@ chmod +x pingme
sudo mv pingme /usr/local/bin/pingme sudo mv pingme /usr/local/bin/pingme
``` ```
### Go Get
```bash
go get -u github.com/kha7iq/pingme
```
### Windows ### Windows
```powershell ```powershell
@ -105,7 +104,7 @@ scoop install pingme
``` ```
Alternatively you can head over to [release pages](https://github.com/kha7iq/pingme/releases) 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 ### Docker