From 2cf906bf4e0c320158ddc3d1e4216866dc1d53b4 Mon Sep 17 00:00:00 2001 From: Filip Parag Date: Sat, 18 Mar 2023 17:59:39 +0100 Subject: [PATCH] update instructions for arch-based distros --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f4f56c2..bfc14ff 100644 --- a/README.md +++ b/README.md @@ -27,27 +27,11 @@ pacman -S wikiman pacman -S arch-wiki-docs ``` -Or you can download the latest *.pkg.tar.zst* package from [Releases](https://github.com/filiparag/wikiman/releases/latest/) tab. - -```bash +If you are running Manjaro or another Arch-based distribution, download the latest *.pkg.tar.zst* package from [Releases](https://github.com/filiparag/wikiman/releases/latest/) tab, and follow [these](https://github.com/filiparag/wikiman#installing-additional-sources) instructions to add Arch Wiki as a source. +```sh sudo pacman -U wikiman*.pkg.tar.zst ``` -### Manjaro - -Similar intructions with [Arch Linux](#arch-linux) apply. - -```bash -yay -Syu wikiman - -# Optional: Enable Arch Wiki -yay -Syu arch-wiki-docs -``` - -On Manjaro, the package `arch-wiki-docs` is not in official repositories. - -Follow [these](#installing-additional-sources) instructions to download it. - ### Ubuntu / Debian Download latest *.deb* package from [Releases](https://github.com/filiparag/wikiman/releases/latest/) tab.