8000 Update README.md · yashdagar/leetcode-cli@55c8714 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55c8714

Browse files
authored
Update README.md
1 parent 5245886 commit 55c8714

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
# leetcode-cli
88

9+
> Note: This repository is forked from [leetcode-cli](https://github.com/skygragon/leetcode-cli) for temporary usage.
10+
> Note: Copy cookie from webbrowser and Using **leetcode user -c** can temporary fix can't [login problem](https://github.com/jdneo/vscode-leetcode/issues/478).
11+
912
<img src="https://github.com/skygragon/leetcode-cli/raw/master/docs/logo.png" align="right">
1013

1114
A productive cli tool to enjoy leetcode!
@@ -35,10 +38,13 @@ Great thanks to leetcode.com, a really awesome website!
3538

3639
## Quick Start
3740

38-
Read help first $ leetcode help
39-
Login with your leetcode account $ leetcode user -l
40-
Browse all questions $ leetcode list
41-
Choose one question $ leetcode show 1 -g -l cpp
41+
Read help first $ leetcode help
42+
Login with your leetcode account $ leetcode user -l
43+
Login with third party account--GitHub $ leetcode user -g
44+
Login with third party account--LinkedIn $ leetcode user -i
45+
Cookie login with cookie $ leetcode user -c
46+
Browse all questions $ leetcode list
47+
Choose one question $ leetcode show 1 -g -l cpp
4248
Coding it!
43-
Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7'
44-
Submit final solution! $ leetcode submit ./two-sum.cpp
49+
Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7'
50+
Submit final solution! $ leetcode submit ./two-sum.cpp

0 commit comments

Comments
 (0)
0