Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Avoid using sudo for AUR helper
  • Loading branch information
Wateir authored Dec 22, 2024
1 parent 603d8fe commit b14cfa8
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 @@ -188,10 +188,10 @@ If you want the latest changes that are not yet stable, you can also install `bo

```bash
# Using paru
sudo paru -S bottom-git
paru -S bottom-git

# Using yay
sudo yay -S bottom-git
yay -S bottom-git
```

### Debian / Ubuntu
Expand Down

0 comments on commit b14cfa8

Please sign in to comment.