Update README.md (#1650)

Avoid using sudo for AUR helper
This commit is contained in:
Wateir 2024-12-22 20:51:48 +01:00 committed by GitHub
parent 603d8fe698
commit d738790c7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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