소스 검색

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).

불러오는 중...
취소
저장