From 976021180496f60ffb047ae940ad8c85c4eb1a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 13 Mar 2023 17:57:19 +0300 Subject: [PATCH 1/3] readme: update installation instructions for Arch Linux --- README.md | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6f60a79..921b255 100644 --- a/README.md +++ b/README.md @@ -16,21 +16,38 @@ Follow [these](#additional-documentation-sources) instructions to enable optiona ## Installation -### Arch Linux / Manjaro ([AUR](https://aur.archlinux.org/packages/wikiman/)) +### Arch Linux + +**Wikiman** is available in the [community repository](https://archlinux.org/packages/community/any/wikiman/) and can be installed via [pacman](https://wiki.archlinux.org/title/Pacman): + ```bash -yay -Syu wikiman +pacman -S wikiman # Optional: Enable Arch Wiki -yay -Syu arch-wiki-docs +pacman -S arch-wiki-docs ``` -If you are running Manjaro, package `arch-wiki-docs` is not in official repositories. -Follow [these](#installing-additional-sources) instructions to download it. -Or download latest *.pkg.tar.zst* package from [Releases](https://github.com/filiparag/wikiman/releases/latest/) tab. +Or you can download the latest *.pkg.tar.zst* package from [Releases](https://github.com/filiparag/wikiman/releases/latest/) tab. + ```bash 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. From 49804299ba104136ff5eea065d8a67310ebdae06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 14 Mar 2023 00:38:41 +0300 Subject: [PATCH 2/3] readme: update wording for Arch Linux installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 921b255..f4f56c2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Follow [these](#additional-documentation-sources) instructions to enable optiona ### Arch Linux -**Wikiman** is available in the [community repository](https://archlinux.org/packages/community/any/wikiman/) and can be installed via [pacman](https://wiki.archlinux.org/title/Pacman): +Install from Arch Linux's [community](https://archlinux.org/packages/community/any/wikiman/) repository: ```bash pacman -S wikiman From 2cf906bf4e0c320158ddc3d1e4216866dc1d53b4 Mon Sep 17 00:00:00 2001 From: Filip Parag Date: Sat, 18 Mar 2023 17:59:39 +0100 Subject: [PATCH 3/3] 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.