mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-15 22:30:11 -07:00
docs: update linux install instructions
This commit is contained in:
parent
551ee5fff1
commit
3e9d841f3e
@ -76,8 +76,14 @@ platforms.
|
||||
brew install kha7iq/tap/pingme
|
||||
```
|
||||
|
||||
## Linux Binary
|
||||
## Linux
|
||||
|
||||
* AUR
|
||||
```bash
|
||||
yay -S pingme-bin
|
||||
```
|
||||
|
||||
* Binary
|
||||
```bash
|
||||
wget -q https://github.com/kha7iq/pingme/releases/download/v0.2.3/pingme_Linux_x86_64.tar.gz
|
||||
tar -xf pingme_Linux_x86_64.tar.gz
|
||||
|
@ -6,10 +6,16 @@
|
||||
brew install kha7iq/tap/pingme
|
||||
```
|
||||
|
||||
## Linux Binary
|
||||
## Linux
|
||||
|
||||
* AUR
|
||||
```bash
|
||||
wget -q https://github.com/kha7iq/pingme/releases/download/v0.1.6/pingme_Linux_x86_64.tar.gz
|
||||
yay -S pingme-bin
|
||||
```
|
||||
|
||||
* Binary
|
||||
```bash
|
||||
wget -q https://github.com/kha7iq/pingme/releases/download/v0.2.3/pingme_Linux_x86_64.tar.gz
|
||||
tar -xf pingme_Linux_x86_64.tar.gz
|
||||
chmod +x pingme
|
||||
sudo mv pingme /usr/local/bin/pingme
|
||||
|
Loading…
x
Reference in New Issue
Block a user