|
|
@ -91,7 +91,7 @@ yay -S pingme-bin
|
|
|
|
|
|
|
|
|
|
|
|
* Binary
|
|
|
|
* Binary
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
export PINGME_VERSION="0.2.3"
|
|
|
|
export PINGME_VERSION="0.2.4"
|
|
|
|
wget -q https://github.com/kha7iq/pingme/releases/download/v${PINGME_VERSION}/pingme_Linux_x86_64.tar.gz && \
|
|
|
|
wget -q https://github.com/kha7iq/pingme/releases/download/v${PINGME_VERSION}/pingme_Linux_x86_64.tar.gz && \
|
|
|
|
tar -xf pingme_Linux_x86_64.tar.gz && \
|
|
|
|
tar -xf pingme_Linux_x86_64.tar.gz && \
|
|
|
|
chmod +x pingme && \
|
|
|
|
chmod +x pingme && \
|
|
|
@ -204,6 +204,10 @@ at the [contributing guide](https://github.com/kha7iq/pingme/blob/master/CONTRIB
|
|
|
|
|
|
|
|
|
|
|
|
Give a ⭐️ if you like this project!
|
|
|
|
Give a ⭐️ if you like this project!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fork it ⚙️
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make it better 🕶️
|
|
|
|
|
|
|
|
|
|
|
|
## Acknowledgments
|
|
|
|
## Acknowledgments
|
|
|
|
|
|
|
|
|
|
|
|
This project is based on amazing library [Notify](https://github.com/nikoksr/notify)
|
|
|
|
This project is based on amazing library [Notify](https://github.com/nikoksr/notify)
|