summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorfelipesuri <felipe@felipesuri.com>2023-01-18 18:22:58 -0300
committerGitHub <noreply@github.com>2023-01-18 16:22:58 -0500
commit2de49c5042d7de22ae054d38a53323a7abd7ce6b (patch)
treecc5d02e29b17978bf6cd43a4183801028a9d5407 /README.md
parent04c1366af5e70620a0e08c743f660b607086e06e (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3cd75147..a14051ba 100644
--- a/README.md
+++ b/README.md
@@ -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