From daa1d1d1a491f2cf81467b8c16ebccd184ea7a12 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 8 Apr 2016 18:01:37 +0900 Subject: [PATCH] Remove example describing ``submit`` plugin. --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 340350d..13beceb 100644 --- a/README.md +++ b/README.md @@ -229,17 +229,10 @@ z search cd jump jethrokuan ``` -If you have a plugin you would like to submit to the index, use the submit plugin. +If you have a plugin you would like to submit to the index, send us a PR here [index](https://github.com/fisherman/fisher-index) repository. ``` -fisher install submit -fisher submit my_plugin description tags url -``` - -Or, submit the plugin manually by creating a pull request in the [index](https://github.com/fisherman/fisher-index) repository. - -``` -git clone https://github.com/fisherman/fisher-index +git clone https://github.com/fisherman/index cd index echo "$name\n$url\n$info\n$tags\n$author\n\n" >> index git push origin master