summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcptpcrd <31829097+cptpcrd@users.noreply.github.com>2020-04-20 18:43:19 +0300
committerGitHub <noreply@github.com>2020-04-20 18:43:19 +0300
commit0bb331b55ddc4c85bf162706b78fd634211c965c (patch)
tree910d588a6a2ee15e9a72319540f2d917482e6720 /README.md
parent681f504d8ac98c5ac1b166999ceebc72cace2260 (diff)
Fix Arch Linux installation instructions (#644)
`pacman -Sy` does a partial upgrade, which is specifically documented as being unsupported.
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 3f39cc19..10a38432 100644
--- a/README.md
+++ b/README.md
@@ -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
```