ソースを参照

docs: revise changes on INSTALL.md

pull/830/head
Mario P. Cardenas 3年前
コミット
def4df4491
1個のファイルの変更7行の追加9行の削除
  1. +7
    -9
      INSTALL.md

+ 7
- 9
INSTALL.md ファイルの表示

@ -38,21 +38,19 @@ Second, enable zsh-syntax-highlighting by sourcing the script. Running this comm
* On most Linux distributions (except perhaps NixOS):
```zsh
echo "source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ${ZDOTDIR:-$HOME}/.zshrc
```
```zsh
echo "source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
```
* NetBSD and OpenBSD:
```zsh
echo "source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ${ZDOTDIR:-$HOME}/.zshrc
```
```zsh
echo "source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
```
* Mac OS X / Homebrew:
```
script location for source is unknown. If you do, please submit a documentation patch/issue.
```
*Location of script to be sourced is unknown. If you know, please submit a documentation patch/issue.*
Then restart zsh (such as by opening a new instance of your terminal emulator).

読み込み中…
キャンセル
保存