Skip to content

Commit

Permalink
Fix the pkg_add command in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
fraggerfox committed May 26, 2024
1 parent 888b64c commit 067d1c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down Expand Up @@ -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**
Expand Down Expand Up @@ -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**
Expand Down

0 comments on commit 067d1c9

Please sign in to comment.