From 1cc2a05f90ca4f5e6649009f8032eb706aa9525a Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 28 Apr 2025 00:15:38 +0200 Subject: [PATCH] [ci skip] Update outdated install instructions in README (#1356) * Update outdated install instructions in README * Update README.md --- README.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index afee80cb8..7a78eeae8 100644 --- a/README.md +++ b/README.md @@ -105,19 +105,22 @@ yay -S tachidesk ``` ### Debian/Ubuntu -Download the latest deb package from the release section or Install from the MPR -``` -git clone https://mpr.makedeb.org/suwayomi-server.git -cd suwayomi-server -makedeb -si -``` +Download the latest deb package from the release section. -### Ubuntu -``` -sudo add-apt-repository ppa:suwayomi/suwayomi-server -sudo apt update -sudo apt install suwayomi-server -``` +> [!CAUTION] +> These options are outdated and unmaintained ([relevant issue](https://github.com/Suwayomi/Suwayomi-Server/issues/1318)) +> ### MPR +> ``` +> git clone https://mpr.makedeb.org/tachidesk-server.git +> cd tachidesk-server +> makedeb -si +> ``` +> ### Ubuntu +> ``` +> sudo add-apt-repository ppa:suwayomi/tachidesk-server +> sudo apt update +> sudo apt install tachidesk-server +> ``` ### NixOS You can deploy Suwayomi on NixOS using the module `services.suwayomi-server` in your configuration: