From 391bd3e5990ea999e1a32ab79b421a300edbbc98 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Mon, 12 Feb 2024 12:43:35 +0000 Subject: [PATCH] Add Chimera Linux installation instructions --- book/src/cli-installation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/book/src/cli-installation.md b/book/src/cli-installation.md index de75b2cf..f3d541f6 100644 --- a/book/src/cli-installation.md +++ b/book/src/cli-installation.md @@ -38,6 +38,16 @@ You can install the `numbat` package using sudo xbps-install -S numbat ``` +## Chimera Linux + +Chimera Linux has a `numbat` package in its `contrib` repo. [Enable it if you +haven't already](https://chimera-linux.org/docs/apk#repositories), then install +`numbat`: + +``` bash +doas apk add numbat +``` + ## NixOS *... or any distribution where Nix is installed.*