From 0cee2935e748653088f5786119c195e8704ff657 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 8 Apr 2016 18:43:41 +0900 Subject: [PATCH] Readme tweaks (#189) Tweakity tweaky tweaks. --- README.md | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 77ffd69..4887a83 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,13 @@

+
+
+

Fisherman

@@ -16,14 +19,11 @@ **[Fisherman]** is a blazing fast, parallel plugin manager for [fish]. -```fish -curl -sL get.fisherman.sh | fish -``` - [![play]][play-link] 现在提供中文支持,若有疑问,可以中文提交ISSUE,我们会尽快解决,感谢您的支持 + ## Install ```fish @@ -32,65 +32,56 @@ curl -sL get.fisherman.sh | fish See [other] install options. -## CLI +## Usage -The Fisherman CLI consists of: **i**nstall, **u**pdate, uninstall, **l**ist, **s**earch and **h**elp. - -### Examples - -* Install plugins. +Install plugins. ``` fisher i fishtape shark get bobthefish ``` -* Install Oh My Fish! plugins. +Install Oh My Fish! plugins. ```fish fisher i omf/plugin-{percol,jump,fasd} ``` -* Install a plugin from a local directory. +Install a plugin from a local directory. ```fish fisher i ./path/to/plugin ``` -* Install a plugin from various URLs. +Install a plugin from various URLs. ```fish fisher i https://github.com/some/plugin another/plugin bb:one/more ``` -* Install a plugin from a Gist. +Install a plugin from a Gist. ```fish fisher i gist.github.com/owner/1f40e1c6e0551b2666b2 ``` -* Update everything. +Update everything. ``` fisher u ``` -* Update plugins. +Update plugins. ``` fisher u shark get ``` -* Uninstall plugins. +Uninstall plugins. ``` fisher uninstall fishtape debug ``` -* Get help. - -```fish -fisher h -``` ## List and search