File tree 1 file changed +14
-14
lines changed 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,23 @@ A cli tool to enjoy leetcode!
5
5
Thanks leetcode.com, an really awesome website!
6
6
7
7
* [ Install] ( #install )
8
- * [ Quick Start] ( #quick_start )
9
- * [Login](#login)
10
- * [List](#list)
11
- * [Analyse](#analyse)
12
- * [Coding](#coding)
13
- * [Test](#test)
14
- * [Submit](#submit)
8
+ * [ Quick Start] ( #quick-start )
9
+ * [Login](#1- login)
10
+ * [List](#2- list)
11
+ * [Analyse](#3- analyse)
12
+ * [Coding](#4- coding)
13
+ * [Test](#5- test)
14
+ * [Submit](#6- submit)
15
15
16
- ## [ Install] ( id:install )
16
+ ## Install
17
17
18
18
From source code:
19
19
20
20
$ git clone http://github.com/skygragon/leetcode-cli
21
21
$ cd leetcode-cli/
22
22
$ sudo npm install -g .
23
23
24
- ## [ Quick Start] ( id:quick_start )
24
+ ## Quick Start
25
25
26
26
### 1. Login
27
27
@@ -36,7 +36,7 @@ Login with your leetcode account (username or email).
36
36
* ` -L ` to logout.
37
37
* ` lc user ` to show current account.
38
38
39
- ### 2. [ List] ( id:list )
39
+ ### 2. List
40
40
41
41
Navigate all the problems. The heading ` ✔ ` means you have AC-ed the problem.
42
42
@@ -54,7 +54,7 @@ Navigate all the problems. The heading `✔` means you have AC-ed the problem.
54
54
55
55
* ` -D ` to only show undone problems.
56
56
57
- ### 3. [ Analyse] ( id:analyse )
57
+ ### 3. Analyse
58
58
59
59
Select one problem to fight. With ` -g ` +` -l ` , the code template could be auto generated for you.
60
60
@@ -97,15 +97,15 @@ Select one problem to fight. With `-g`+`-l`, the code template could be auto gen
97
97
* `lc show "Two Sum"`
98
98
* `lc show two-sum`
99
99
100
- ### 4. [ Coding] ( id:coding )
100
+ ### 4. Coding
101
101
102
102
No trick, it's all your showtime!
103
103
104
- ### 5. [ Test] ( id:test )
104
+ ### 5. Test
105
105
106
106
TBD
107
107
108
- ### 6. [ Submit] ( id:submit )
108
+ ### 6. Submit
109
109
110
110
TBD
111
111
You can’t perform that action at this time.
0 commit comments