Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d948cf5

Browse files
authored
Update README.md
1 parent 3d32c85 commit d948cf5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33

44
## HOWTO
55

6-
Put the plugin file in the `lib/plugins/` folder in leetcode-cli repo.
6+
You can install the plugins in either ways below:
77

8-
TODO: provide command to install/remove plugins.
8+
### Install Command
9+
10+
$ leetcode install <plugin file>
11+
12+
### Install Manually
13+
14+
Copy the plugin file to the sub folder `lib/plugins/` where leetcode-cli installed.
15+
16+
E.g. On Linux/Mac, the path would be like: `/usr/local/lib/node_modules/leetcode-cli/lib/plugins/`
17+
18+
Tips: You can find the path by running `npm`, check the last line of the output.

0 commit comments

Comments
 (0)