diff --git a/docs/install.md b/docs/install.md index daddc6b4..f1fbf0df 100644 --- a/docs/install.md +++ b/docs/install.md @@ -27,22 +27,28 @@ deb/rpm packages. === "x86_64/amd64" ```bash wget https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_x86_64.tar.gz - sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy - sudo ./ntfy serve + tar zxvf ntfy_1.18.0_linux_x86_64.tar.gz + sudo cp -a ntfy_1.18.0_linux_x86_64/ntfy /usr/bin/ntfy + sudo mkdir /etc/ntfy && sudo cp ntfy_1.18.0_linux_x86_64/{client,server}/*.yml /etc/ntfy + sudo ntfy serve ``` === "armv7/armhf" ```bash wget https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_armv7.tar.gz - sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy - sudo ./ntfy serve + tar zxvf ntfy_1.18.0_linux_armv7.tar.gz + sudo cp -a ntfy_1.18.0_linux_armv7/ntfy /usr/bin/ntfy + sudo mkdir /etc/ntfy && sudo cp ntfy_1.18.0_linux_armv7/{client,server}/*.yml /etc/ntfy + sudo ntfy serve ``` === "arm64" ```bash wget https://github.com/binwiederhier/ntfy/releases/download/v1.18.0/ntfy_1.18.0_linux_arm64.tar.gz - sudo tar -C /usr/bin -zxf ntfy_*.tar.gz ntfy - sudo ./ntfy serve + tar zxvf ntfy_1.18.0_linux_arm64.tar.gz + sudo cp -a ntfy_1.18.0_linux_arm64/ntfy /usr/bin/ntfy + sudo mkdir /etc/ntfy && sudo cp ntfy_1.18.0_linux_arm64/{client,server}/*.yml /etc/ntfy + sudo ntfy serve ``` ## Debian/Ubuntu repository diff --git a/docs/releases.md b/docs/releases.md index c6272bd1..593e8bdb 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -13,6 +13,13 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release **Bug fixes:** * Display locale-specific times, with AM/PM or 24h format ([#140](https://github.com/binwiederhier/ntfy/issues/140), thanks [@hl2guide](https://github.com/hl2guide) for reporting) + +## ntfy server v1.19.0 (UNRELEASED) + +**Bug fixes:** + +* Fix install instructions (thanks to [@Fallenbagel](https://github.com/Fallenbagel) for reporting) + --> ## ntfy server v1.18.0 @@ -32,7 +39,7 @@ Released Mar 16, 2022 **Deprecations:** -* Removed the ability to run server as `ntfy serve` as per [deprecation](deprecations.md) +* Removed the ability to run server as `ntfy` (as opposed to `ntfy serve`) as per [deprecation](deprecations.md) ## ntfy server v1.17.1 Released Mar 12, 2022