Skip to content

Commit

Permalink
[Pages] update plugin install example.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wang <skygragon@gmail.com>
  • Loading branch information
skygragon committed Oct 29, 2017
1 parent aeec895 commit 69e2fce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,13 @@ Display installed plugins. To install 3rd party plugins, please check the [Advan

*Example*

Install plugin.
Install plugin from github:

$ leetcode plugin -i company.js
$ leetcode plugin -i company

Install plugin from local file:

$ leetcode plugin -i <path/of/local/file>/company.js

List all the plugins, `` means the plugin is disabled.

Expand Down

0 comments on commit 69e2fce

Please sign in to comment.