summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2023-12-15 21:45:08 +0000
committerTom Forbes <tom@tomforb.es>2023-12-15 21:45:08 +0000
commit08a700bb0546807640b8fe7d51223f68dbd90c10 (patch)
treed668407acc4375453fe7b56d88df2758fd9f250d
parentf162a6d201c9fb4ceb1c46dbcb35270a88896b7b (diff)
Add install instructions for alpine
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 41e9c14..0b15878 100644
--- a/readme.md
+++ b/readme.md
@@ -37,6 +37,7 @@ Table of Contents
* Fedora ([COPR](https://copr.fedorainfracloud.org/coprs/atim/gping/)): `sudo dnf copr enable atim/gping -y && sudo dnf install gping`
* Cargo (**This requires `rustc` version 1.67.0 or greater**): `cargo install gping`
* Arch Linux: `pacman -S gping`
+* Alpine linux: `apk add gping`
* Ubuntu >23.10/Debian >13: `apt install gping`
* Ubuntu/Debian ([Azlux's repo](https://packages.azlux.fr/)):
```bash