From d75a24145deaf9b871e72634baf75ccef2161c5b Mon Sep 17 00:00:00 2001 From: Santhosh Raju Date: Thu, 2 May 2024 06:47:46 +0200 Subject: [PATCH] Fix the pkg_add command in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e51a5a..4de2e84 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ If you have an AMD GPU `rocm_smi_lib` is required, which may or may not be packa ``` * **NetBSD** ```sh - pkg_add install btop + pkg_add btop ``` @@ -924,7 +924,7 @@ If you have an AMD GPU `rocm_smi_lib` is required, which may or may not be packa 1. **Install dependencies** ```bash - pkg_add install gmake gcc10 coreutils git + pkg_add gmake gcc10 coreutils git ``` 2. **Clone repository** @@ -1014,7 +1014,7 @@ If you have an AMD GPU `rocm_smi_lib` is required, which may or may not be packa Requires GCC, CMake, Ninja and Git ```bash - pkg_add install cmake ninja-build gcc10 coreutils git + pkg_add cmake ninja-build gcc10 coreutils git ``` 2. **Clone the repository**