From ecde123f1c528e324d7da289dfd8a617a3ca758d Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Wed, 3 Nov 2021 11:34:12 -0400 Subject: [PATCH] readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4e503b02..3ae5c584 100644 --- a/README.md +++ b/README.md @@ -127,13 +127,13 @@ sudo apt install ntfy **Debian/Ubuntu** (*manual install*)**:** ```bash sudo apt install tmux -wget https://github.com/binwiederhier/ntfy/releases/download/v1.1.2/ntfy_1.1.2_amd64.deb -dpkg -i ntfy_1.1.2_amd64.deb +wget https://github.com/binwiederhier/ntfy/releases/download/v1.2.0/ntfy_1.2.0_amd64.deb +dpkg -i ntfy_1.2.0_amd64.deb ``` **Fedora/RHEL/CentOS:** ```bash -rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.1.2/ntfy_1.1.2_amd64.rpm +rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v1.2.0/ntfy_1.2.0_amd64.rpm ``` **Docker:** @@ -148,8 +148,8 @@ go get -u heckel.io/ntfy **Manual install** (*any x86_64-based Linux*)**:** ```bash -wget https://github.com/binwiederhier/ntfy/releases/download/v1.1.2/ntfy_1.1.2_linux_x86_64.tar.gz -sudo tar -C /usr/bin -zxf ntfy_1.1.2_linux_x86_64.tar.gz ntfy +wget https://github.com/binwiederhier/ntfy/releases/download/v1.2.0/ntfy_1.2.0_linux_x86_64.tar.gz +sudo tar -C /usr/bin -zxf ntfy_1.2.0_linux_x86_64.tar.gz ntfy ./ntfy ```