Fix Arch Linux installation instructions (#644)

`pacman -Sy` does a partial upgrade, which is specifically documented as
being unsupported.
pull/648/head
cptpcrd 4 years ago committed by GitHub
parent 681f504d8a
commit 0bb331b55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -412,7 +412,7 @@ echo 'source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
### Arch Linux
```zsh
pacman -Sy --noconfirm zsh-theme-powerlevel10k
pacman -S --noconfirm zsh-theme-powerlevel10k
echo 'source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
```

Loading…
Cancel
Save