From adc34e993671aeec5e55435dc59eaffe44eda8be Mon Sep 17 00:00:00 2001 From: Mahor Foruzesh Date: Sat, 5 Mar 2022 00:12:25 +0330 Subject: [PATCH 1/2] Update README.md --- README.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 24eb082f74..63a922ee41 100644 --- a/README.md +++ b/README.md @@ -80,33 +80,43 @@ If a bundle for your operating system or cpu architecture is not provided then r **Node:** Linux launcher scripts are named a bit differently but work the same. ### Windows -Download the latest `win32`(Windows 32-bit) or `win64`(Windows 64-bit) release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases) or a preview one from [the preview repository](https://github.com/Suwayomi/Tachidesk-preview/releases). +Download the latest `win32`(Windows 32-bit) or `win64`(Windows 64-bit) release from [the releases section](https://github.com/Suwayomi/Tachidesk-Server/releases) or a preview one from [the preview repository](https://github.com/Suwayomi/Tachidesk-Server-preview/releases). Unzip the downloaded file and double click on one of the launcher scripts. ### macOS -Download the latest `macOS-x64`(older macOS systems) or `macOS-arm64`(Apple M1) release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases) or a preview one from [the preview repository](https://github.com/Suwayomi/Tachidesk-preview/releases). +Download the latest `macOS-x64`(older macOS systems) or `macOS-arm64`(Apple M1) release from [the releases section](https://github.com/Suwayomi/Tachidesk-Server/releases) or a preview one from [the preview repository](https://github.com/Suwayomi/Tachidesk-Server-preview/releases). Unzip the downloaded file and double click on one of the launcher scripts. ### GNU/Linux -Download the latest `linux-x64`(x86_64) release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases) or a preview one from [the preview repository](https://github.com/Suwayomi/Tachidesk-preview/releases). +Download the latest `linux-x64`(x86_64) release from [the releases section](https://github.com/Suwayomi/Tachidesk-Server/releases) or a preview one from [the preview repository](https://github.com/Suwayomi/Tachidesk-Server-preview/releases). `tar xvf` the downloaded file and double click on one of the launcher scripts or run them using the terminal. ## Other methods of getting Tachidesk ### Arch Linux -You can install Tachidesk from the AUR +You can install Tachidesk from the AUR using your favorite AUR helper or: ``` -yay -S tachidesk +git clone https://aur.archlinux.org/tachidesk.git +cd tachidesk +makepkg -si ``` -### Ubuntu-based distributions -More information can be found on the [PPA's page](https://launchpad.net/~suwayomi/+archive/ubuntu/tachidesk). +### Debian/Ubuntu +Download the latest deb package from the release section or Install from the MPR ``` -sudo add-apt-repository ppa:suwayomi/tachidesk +git clone https://mpr.makedeb.org/tachidesk-server.git +cd tachidesk-server +makedeb -si +``` + +### Ubuntu +It's currently unmaintained. It will get updated soon +``` +sudo add-apt-repository ppa:suwayomi/tachidesk-server sudo apt update -sudo apt install tachidesk +sudo apt install tachidesk-server ``` ### Docker From ff2e06253ec6f0176444cf3f5969e3bc31b924af Mon Sep 17 00:00:00 2001 From: Mahor Date: Sat, 5 Mar 2022 02:20:05 +0000 Subject: [PATCH 2/2] Update README.md again --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 63a922ee41..9c989bfc23 100644 --- a/README.md +++ b/README.md @@ -96,11 +96,9 @@ Download the latest `linux-x64`(x86_64) release from [the releases section](http ## Other methods of getting Tachidesk ### Arch Linux -You can install Tachidesk from the AUR using your favorite AUR helper or: +You can install Tachidesk from the AUR: ``` -git clone https://aur.archlinux.org/tachidesk.git -cd tachidesk -makepkg -si +yay -S tachidesk ``` ### Debian/Ubuntu @@ -112,7 +110,6 @@ makedeb -si ``` ### Ubuntu -It's currently unmaintained. It will get updated soon ``` sudo add-apt-repository ppa:suwayomi/tachidesk-server sudo apt update