Update README

Former-commit-id: 2fce65acf5
This commit is contained in:
Wenxuan 2018-04-15 11:35:53 +08:00
parent 0d2cddd67a
commit 3bf5e3fafa

View file

@ -2,19 +2,24 @@
`forgit` is a utility tool for git taking advantage of fuzzy finder fzf.
## Install
## Installation
Make sure you have [`fzf`](https://github.com/junegunn/fzf) installed.
### [zplug](https://github.com/zplug/zplug) (Recommend)
### for [zplug](https://github.com/zplug/zplug) (Recommend)
``` zsh
zplug 'wfxr/forgit', defer:1
```
### [antigen](https//github.com/zsh-users/antigen)
### for [zgen](https://github.com/tarjoilija/zgen)
```
zgen load wfxr/forgit
```
``` zsh
### for [antigen](https//github.com/zsh-users/antigen)
```
antigen bundle wfxr/forgit
```