From fcbc582686b2eb4e00c621a5427cf317a6881b90 Mon Sep 17 00:00:00 2001 From: Mahor Date: Wed, 20 Oct 2021 12:15:46 +0330 Subject: [PATCH] Update README.md (#223) Add PPA's description for Ubuntu-based distributions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f8fdd717..848cdee5 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,14 @@ You can install Tachidesk from the AUR yay -S tachidesk ``` +### Ubuntu-based distributions +More information can be found on the [PPA's page](https://launchpad.net/~suwayomi/+archive/ubuntu/tachidesk). +``` +sudo add-apt-repository ppa:suwayomi/tachidesk +sudo apt update +sudo apt install tachidesk +``` + ### Docker Check our Official Docker release [Tachidesk Container](https://github.com/orgs/Suwayomi/packages/container/package/tachidesk) for running Tachidesk Server in a docker container. Source code for our container is available at [docker-tachidesk](https://github.com/Suwayomi/docker-tachidesk). By default the server will be running on http://localhost:4567 open this url in your browser.