From 3bf5e3fafa4436267658853360a2f89c5add548b Mon Sep 17 00:00:00 2001 From: Wenxuan Date: Sun, 15 Apr 2018 11:35:53 +0800 Subject: [PATCH] Update README Former-commit-id: 2fce65acf57858cc1ae537b9343f3a728eb9da17 --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d825751..c3557d8 100644 --- a/README.md +++ b/README.md @@ -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 ```