Ver código fonte

docs: Clarify oh-my-zsh installation instructions

Suggested-by: Ory Band
(on issue #169)
pull/177/merge
Daniel Shahaf 9 anos atrás
pai
commit
56c793d96a
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      README.md

+ 3
- 1
README.md Ver arquivo

@ -39,7 +39,7 @@ How to install
cd ~/.oh-my-zsh/custom/plugins
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
* Activate the plugin in `~/.zshrc` (in **last** position):
* Activate the plugin in `~/.zshrc`:
plugins=( [plugins...] zsh-syntax-highlighting)
@ -47,6 +47,8 @@ How to install
source ~/.zshrc
Note that `zsh-syntax-highlighting` must be the last plugin sourced,
so make it the last element of the `$plugins` array.
FAQ
---

Carregando…
Cancelar
Salvar