From 659568e73aca97f0033c3be56d77373e82dbe589 Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Sat, 19 Nov 2016 16:59:58 +0100 Subject: [PATCH] Explain how to show a plugin's description Adds an example of how to show the description of a plugin --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d975694..06d9e76 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,12 @@ Show everything that's available. fisher ls-remote ``` +Show a plugin's description. + +``` +fisher ls-remote fzf +``` + Update everything. ```