From b5fa8c6d09af4c19b7b75bd932de1576c7cb070f Mon Sep 17 00:00:00 2001 From: Oneric Date: Mon, 30 Dec 2024 19:11:51 +0100 Subject: [PATCH] readme: drop mention of YunoHost package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s no longer listed in the catalogue and the git repo wasn't updated in over a year --- README.md | 3 --- docs/docs/installation/yunohost_en.md | 9 --------- 2 files changed, 12 deletions(-) delete mode 100644 docs/docs/installation/yunohost_en.md diff --git a/README.md b/README.md index e4aa25715..8d35212aa 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,6 @@ If your platform is not supported, or you just want to be able to edit the sourc ### Docker Docker installation is supported via [this setup](https://docs.akkoma.dev/stable/installation/docker_en/) -### Packages -Akkoma is packaged for [YunoHost](https://yunohost.org) and can be found and installed from the [YunoHost app catalogue](https://yunohost.org/#/apps). - ### Compilation Troubleshooting If you ever encounter compilation issues during the updating of Akkoma, you can try these commands and see if they fix things: diff --git a/docs/docs/installation/yunohost_en.md b/docs/docs/installation/yunohost_en.md deleted file mode 100644 index 0d3adb4fe..000000000 --- a/docs/docs/installation/yunohost_en.md +++ /dev/null @@ -1,9 +0,0 @@ -# Installing on Yunohost - -[YunoHost](https://yunohost.org) is a server operating system aimed at self-hosting. The YunoHost community maintains a package of Akkoma which allows you to install Akkoma on YunoHost. You can install it via the normal way through the admin web interface, or through the CLI. More information can be found at [the repo of the package](https://github.com/YunoHost-Apps/akkoma_ynh). - -## Questions - -Questions and problems related to the YunoHost parts can be done through the [YunoHost channels](https://yunohost.org/en/help). - -For questions about Akkoma, check out the [Akkoma community channels](../../#community-channels).