From 7b8185c2a7b5112e6683c4479e66528a8b78cd3c Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Tue, 23 Nov 2021 22:00:32 -0500 Subject: [PATCH] Readme --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0c923e53..faee90fa 100644 --- a/README.md +++ b/README.md @@ -136,13 +136,13 @@ sudo apt install ntfy **Debian/Ubuntu** (*manual install*)**:** ```bash -wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6/ntfy_1.4.6_amd64.deb -dpkg -i ntfy_1.4.6_amd64.deb +wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.8/ntfy_1.4.8_amd64.deb +dpkg -i ntfy_1.4.8_amd64.deb ``` **Fedora/RHEL/CentOS:** ```bash -rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.6/ntfy_1.4.6_amd64.rpm +rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.4.8/ntfy_1.4.8_amd64.rpm ``` **Docker:** @@ -169,19 +169,16 @@ go get -u heckel.io/ntfy **Manual install:** ```bash # x86_64/amd64 -wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6/ntfy_1.4.6_linux_x86_64.tar.gz +wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.8/ntfy_1.4.8_linux_x86_64.tar.gz -# ARMv6 -wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6/ntfy_1.4.6_linux_armv6.tar.gz +# armv7 +wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.8/ntfy_1.4.8_linux_armv7.tar.gz -# ARMv7 -wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6/ntfy_1.4.6_linux_armv7.tar.gz - -# arm64 -wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.6/ntfy_1.4.6_linux_arm64.tar.gz +# arm64/v8 +wget https://github.com/binwiederhier/ntfy/releases/download/v1.4.8/ntfy_1.4.8_linux_arm64.tar.gz # Extract and run -sudo tar -C /usr/bin -zxf ntfy_1.4.6_linux_x86_64.tar.gz ntfy +sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy ./ntfy ```