We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d32c85 commit d948cf5Copy full SHA for d948cf5
README.md
@@ -3,6 +3,16 @@
3
4
## HOWTO
5
6
-Put the plugin file in the `lib/plugins/` folder in leetcode-cli repo.
+You can install the plugins in either ways below:
7
8
-TODO: provide command to install/remove plugins.
+### 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