diff --git a/README.md b/README.md index fdd4c31..28ce5f0 100644 --- a/README.md +++ b/README.md @@ -324,25 +324,39 @@ If you have an AMD GPU `rocm_smi_lib` is required, which may or may not be packa **Binary release (from native os repo)** -* **openSUSE** +
openSUSE

+ * **Tumbleweed:** ```bash sudo zypper in btop ``` * For all other versions, see [openSUSE Software: btop](https://software.opensuse.org/package/btop) -* **Fedora** +

+
Fedora

+ ```bash sudo dnf install btop ``` -* **RHEL/AlmaLinux 8+** +

+
RHEL/AlmaLinux 8+

+ ```bash sudo dnf install epel-release sudo dnf install btop ``` -* **FreeBSD** +

+
FreeBSD

+ ```sh pkg install btop ``` +

+
Ubuntu

+ + ```sh + sudo apt install btop + ``` +

**Binary release on Homebrew (macOS (x86_64 & ARM64) / Linux (x86_64))**