From accd36991e3ba1268ede0cb82adc74022d7fe3c6 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sun, 24 Oct 2021 14:52:42 -0400 Subject: [PATCH] Update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f5ba80c..f9da9ec 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,13 @@ sudo apt install ntfy **Debian/Ubuntu** (*manual install*)**:** ```bash sudo apt install tmux -wget https://github.com/binwiederhier/ntfy/releases/download/v0.0.2/ntfy_0.0.2_amd64.deb -dpkg -i ntfy_0.0.2_amd64.deb +wget https://github.com/binwiederhier/ntfy/releases/download/v0.0.4/ntfy_0.0.4_amd64.deb +dpkg -i ntfy_0.0.4_amd64.deb ``` **Fedora/RHEL/CentOS:** ```bash -rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v0.0.2/ntfy_0.0.2_amd64.rpm +rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v0.0.4/ntfy_0.0.4_amd64.rpm ``` **Docker:** @@ -85,8 +85,8 @@ go get -u heckel.io/ntfy **Manual install** (*any x86_64-based Linux*)**:** ```bash -wget https://github.com/binwiederhier/ntfy/releases/download/v0.0.2/ntfy_0.0.2_linux_x86_64.tar.gz -sudo tar -C /usr/bin -zxf ntfy_0.0.2_linux_x86_64.tar.gz ntfy +wget https://github.com/binwiederhier/ntfy/releases/download/v0.0.4/ntfy_0.0.4_linux_x86_64.tar.gz +sudo tar -C /usr/bin -zxf ntfy_0.0.4_linux_x86_64.tar.gz ntfy ./ntfy ```