Remove example describing `submit` plugin.

This commit is contained in:
Jorge Bucaran 2016-04-08 18:01:37 +09:00 committed by Jorge Bucaran
parent 8a37700721
commit fb6b4475ae

View file

@ -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