fix #29 add brew installation method

This commit is contained in:
Jinzhou Zhang 2016-12-06 21:51:07 +08:00 committed by GitHub
parent 29b7786cc2
commit 644f951ab7

View file

@ -20,6 +20,8 @@ skim project contains several components:
2. `sk-tmux` -- script for launching `sk` in a tmux plane.
3. vim/nvim plugin -- to call `sk` inside vim/nvim. check [skim.vim](https://github.com/lotabout/skim.vim) for more vim support.
## Linux
You can directly [download sk executable](https://github.com/lotabout/skim/releases), but extra utilities are recommended.
Please put `sk` into you PATH, or add `~/.skim/bin` into your PATH by putting
@ -29,6 +31,14 @@ the following line into your `~/.bashrc`
export PATH="$PATH:$HOME/.skim/bin"
```
## OSX
Use Homebrew:
```
brew install sbdchd/skim/skim
```
**Using Git**
Clone this repository and run the install script: