Merge pull request #429 from JonasGroeger/patch-1

Update README.md
This commit is contained in:
nicoulaj 2016-07-18 19:25:02 +02:00 committed by GitHub
commit 753ad965d3
1 changed files with 2 additions and 2 deletions

View File

@ -50,10 +50,10 @@ If you use [oh-my-zsh][] then just clone the repository inside your oh-my-zsh re
git clone https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions
```
and enable it in your `.zshrc`:
and enable it in your `.zshrc` by adding it to your plugin list and reloading the completion:
```zsh
plugins+=(zsh-completions)
plugins=(zsh-completions)
autoload -U compinit && compinit
```