docs: Update ArchLinux install command (#988)

It is removing `-yu`, because it updates the system before downloading the package.
ArchLinux is updated constantly and can crash the system, so it's better just to install the package.
This commit is contained in:
felipesuri 2023-01-18 18:22:58 -03:00 committed by GitHub
parent 04c1366af5
commit 2de49c5042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ cargo install bottom
There is an [official package](https://archlinux.org/packages/community/x86_64/bottom/) that can be installed with `pacman`:
```bash
sudo pacman -Syu bottom
sudo pacman -S bottom
```
### Debian/Ubuntu