From 58bb9baacb8469eff9b3c7a97df0f5b28e13a131 Mon Sep 17 00:00:00 2001 From: Airren Date: Fri, 12 Apr 2024 16:09:09 +0800 Subject: [PATCH] Update readme with ubuntu install cmd Signed-off-by: Airren --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fdd4c31..afd47e2 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,10 @@ If you have an AMD GPU `rocm_smi_lib` is required, which may or may not be packa ```sh pkg install btop ``` +* **Ubuntu** + ```sh + sudo apt install btop + ``` **Binary release on Homebrew (macOS (x86_64 & ARM64) / Linux (x86_64))**