File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ title: Installation
1010* https://nodejs.org/en/download/package-manager/
1111* https://nodejs.org/en/download/
1212
13+ You might wanna choose the latest stable release on the list.
14+
1315Then verify the result:
1416
1517 $ node -v
@@ -19,11 +21,21 @@ Then verify the result:
1921
2022Choose one of the following ways to install leetcode-cli:
2123
22- ** From npm repo**
24+ ### From npm
25+
26+ This will install the latest stable release, but not include the latest development version.
27+
28+ $ npm install -g leetcode-cli
29+
30+ ### From GitHub
31+
32+ This will install the latest development version on GitHub.
33+
34+ $ npm install -g skygragon/leetcode-cli
2335
24- $ sudo npm install -g leetcode-cli
36+ ### From local source
2537
26- ** From source code **
38+ Similar with above, while you can introduce your changes as you like.
2739
2840 $ git clone http://github.com/skygragon/leetcode-cli
2941 $ cd leetcode-cli && ./bin/install
You can’t perform that action at this time.
0 commit comments