File tree Expand file tree Collapse file tree 3 files changed +27
-21
lines changed Expand file tree Collapse file tree 3 files changed +27
-21
lines changed Original file line number Diff line number Diff line change @@ -30,24 +30,6 @@ Great thanks to leetcode.com, a really awesome website!
3030
3131<img src =" https://github.com/skygragon/leetcode-cli/blob/master/screenshots/intro2.gif " />
3232
33- ## Prerequisites
34-
35- node.js (npm included) required, please follow the installation guide:
36-
37- * https://nodejs.org/en/download/
38- * https://nodejs.org/en/download/package-manager/
39-
40- ## Install
41-
42- From npm repo:
43-
44- $ sudo npm install -g leetcode-cli
45-
46- From source code:
47-
48- $ git clone http://github.com/skygragon/leetcode-cli
49- $ cd leetcode-cli && npm install && sudo npm install -g .
50-
5133## Quick Start
5234
5335 Read help first $ leetcode help
@@ -58,6 +40,7 @@ From source code:
5840 Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7'
5941 Submit final solution! $ leetcode submit ./two-sum.cpp
6042
61- ## Documentation
43+ ## More Readings
6244
63- * https://skygragon.github.io/leetcode-cli/
45+ * [ Install] ( https://skygragon.github.io/leetcode-cli/install )
46+ * [ User Guide] ( https://skygragon.github.io/leetcode-cli/ )
Original file line number Diff line number Diff line change 99 }
1010</ style >
1111< center >
12+ < a href ="./install " class ="btn btn-clear "> Installation</ a >
1213 < a href ="./commands " class ="btn btn-clear "> Commands Tutorials</ a >
13- < a href ="./advanced " class ="btn btn-clear "> Advanced Topics </ a >
14+ < a href ="./advanced " class ="btn btn-clear "> Advanced Tips </ a >
1415</ center >
Original file line number Diff line number Diff line change 1+ ---
2+ layout : default
3+ title : Installation
4+ ---
5+
6+ # Prerequisites
7+
8+ node.js (npm included) required, please follow the installation guide:
9+
10+ * https://nodejs.org/en/download/package-manager/
11+ * https://nodejs.org/en/download/
12+
13+ # Install
14+
15+ From npm repo:
16+
17+ $ sudo npm install -g leetcode-cli
18+
19+ From source code:
20+
21+ $ git clone http://github.com/skygragon/leetcode-cli
22+ $ cd leetcode-cli && npm install && sudo npm install -g .
You can’t perform that action at this time.
0 commit comments