Skip to content

Commit 69e2fce

Browse files
committed
[Pages] update plugin install example.
Signed-off-by: Eric Wang <[email protected]>
1 parent aeec895 commit 69e2fce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/commands.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,13 @@ Display installed plugins. To install 3rd party plugins, please check the [Advan
129129

130130
*Example*
131131

132-
Install plugin.
132+
Install plugin from github:
133133

134-
$ leetcode plugin -i company.js
134+
$ leetcode plugin -i company
135+
136+
Install plugin from local file:
137+
138+
$ leetcode plugin -i <path/of/local/file>/company.js
135139

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

0 commit comments

Comments
 (0)