diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-09-19 13:28:43 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-09-19 13:28:55 +0300 |
commit | 80d9e573887791c88e2401750d94abfe99aad19e (patch) | |
tree | b2ef0abfc00343b00ff3390844cec3c782d3b26b | |
parent | 3b772824c08c8af95626c4e001e6b2199684be7c (diff) |
docs: remove -u from yay commands (#1018)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -427,7 +427,7 @@ echo 'source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc ### Arch Linux ```zsh -yay -Sy --noconfirm zsh-theme-powerlevel10k-git +yay -S --noconfirm zsh-theme-powerlevel10k-git echo 'source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc ``` @@ -613,7 +613,7 @@ The command to update Powerlevel10k depends on how it was installed. | [Zplugin](#zplugin) | `zplugin update` | | [Zinit](#zinit) | `zinit update` | | [Homebrew](#homebrew) | `brew update && brew upgrade` | -| [Arch Linux](#arch-linux) | `yay -Syu --noconfirm --needed zsh-theme-powerlevel10k-git` | +| [Arch Linux](#arch-linux) | `yay -S --noconfirm zsh-theme-powerlevel10k-git` | **IMPORTANT**: Restart Zsh after updating Powerlevel10k. [Do not use `source ~/.zshrc`]( #weird-things-happen-after-typing-source-zshrc). |