From 47615f88a68f692c920fe10e4710efc402b8bec1 Mon Sep 17 00:00:00 2001
From: Pat Connors <121328689+nicknamenamenick@users.noreply.github.com>
Date: Wed, 1 May 2024 05:27:06 -0400
Subject: [PATCH] docs: Specify that distrobox is in the extra repo (#1316)
---
docs/compatibility.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/compatibility.md b/docs/compatibility.md
index 285ce5bb71..31568f7aab 100644
--- a/docs/compatibility.md
+++ b/docs/compatibility.md
@@ -50,7 +50,7 @@ Distrobox has been successfully tested on:
| Distro | Version | Notes |
| --- | --- | --- |
| Alpine Linux | | To setup rootless podman, look [HERE](https://wiki.alpinelinux.org/wiki/Podman) |
-| Arch Linux | | `distrobox` and `distrobox-git` are available in AUR (thanks [M0Rf30](https://github.com/M0Rf30)!).
To setup rootless podman, look [HERE](https://wiki.archlinux.org/title/Podman) |
+| Arch Linux | | `distrobox` is available in the `extra` repository and `distrobox-git` is available in the AUR (thanks [M0Rf30](https://github.com/M0Rf30)!).
To setup rootless podman, look [HERE](https://wiki.archlinux.org/title/Podman) |
| Bazzite | 38 | `distrobox-git` is preinstalled. |
| CentOS | 8
8 Stream
9 Stream | `distrobox` is available in epel repos. (thanks [alcir](https://github.com/alcir)!) |
| ChromeOS | Debian 11 (docker with make-shared workaround #non-shared-mounts)
Debian 12 (podman) | using built-in Linux on ChromeOS mode which is debian-based, which can be [upgraded](https://wiki.debian.org/DebianUpgrade) from 11 bullseye to 12 bookworm (in fact 12 is recommended) |