Skip to content

Commit

Permalink
Fix typos in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
zackelia committed Feb 24, 2024
1 parent 1443d83 commit 265e51f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Install amdgpu driver with ROCm 6.0.2 support. Download at https://www.amd.com/e
Instructions adapted from https://amdgpu-install.readthedocs.io/en/latest/install-installing.html

```
sudo apt install amdgpu-install_6.0.60002-1_all.deb
sudo apt install ./amdgpu-install_6.0.60002-1_all.deb
amdgpu-install -y --accept-eula --usecase=rocm
sudo usermod -a -G render $LOGNAME
sudo usermod -a -G video $LOGNAME
```

Reboot for changes to take affect.
Reboot for changes to take effect.

## Usage

Expand Down

0 comments on commit 265e51f

Please sign in to comment.