From af58082478060e32b3b628c697391ebeccc22062 Mon Sep 17 00:00:00 2001 From: Wenxuan Date: Fri, 18 Jan 2019 20:07:36 +0800 Subject: [PATCH] Update README Former-commit-id: 09007bfe233ab94f5b3fb823ae20e3de65619a87 --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6017a4..f83a1b9 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,25 @@ Make sure you have [`fzf`](https://github.com/junegunn/fzf) installed. -### for [zplug](https://github.com/zplug/zplug) (Recommend) +### Try Online + +Run following command to try it without installing(for both `bash` and `zsh`): +``` bash +source <(curl -Ss https://raw.githubusercontent.com/wfxr/forgit/master/forgit.plugin.zsh) +``` + +### [zplug](https://github.com/zplug/zplug) (Recommend) ``` zsh zplug 'wfxr/forgit', defer:1 ``` -### for [zgen](https://github.com/tarjoilija/zgen) +### [zgen](https://github.com/tarjoilija/zgen) ``` zgen load wfxr/forgit ``` -### for [antigen](https//github.com/zsh-users/antigen) +### [antigen](https//github.com/zsh-users/antigen) ``` antigen bundle wfxr/forgit