mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
fix #29 add brew installation method
This commit is contained in:
parent
29b7786cc2
commit
644f951ab7
10
README.md
10
README.md
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue