Skip to content

Commit e138a7e

Browse files
committed
Update README
Signed-off-by: Eric Wang <[email protected]>
1 parent 8894f34 commit e138a7e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
# leetcode-cli
22

33
[![npm version](https://img.shields.io/npm/v/leetcode-cli.svg?style=flat)](https://www.npmjs.com/package/leetcode-cli)
4+
[![Releases](https://img.shields.io/github/release/skygragon/leetcode-cli.svg?style=flat)](https://github.com/skygragon/leetcode-cli/releases)
45
[![license](https://img.shields.io/npm/l/leetcode-cli.svg?style=flat)](https://github.com/skygragon/leetcode-cli/blob/master/LICENSE)
56
[![Build](https://img.shields.io/travis/skygragon/leetcode-cli.svg?style=flat)](https://travis-ci.org/skygragon/leetcode-cli)
67
[![Join chat at https://gitter.im/skygragon/leetcode-cli](https://img.shields.io/gitter/room/skygragon/leetcode-cli.svg?style=flat)](https://gitter.im/skygragon/leetcode-cli)
78

89
A cli tool to enjoy leetcode!
910

10-
Great thanks to leetcode.com, an really awesome website!
11+
Great thanks to leetcode.com, a really awesome website!
1112

1213
## What can it do?
1314

1415
* A very [**EFFICIENT**](#quick-start) way to fight problems.
15-
* [**CACHING**](https://github.com/skygragon/leetcode-cli/blob/master/doc/advanced.md#cache) problems locally thus you can easily navigate & think it offline.
16+
* [**CACHING**](https://skygragon.github.io/leetcode-cli/advanced#cache) problems locally thus you can easily navigate & think it offline.
1617
* Do everything in **CLI**, no one even knows you are doing leetcode :p
17-
* [**GENERATING**](https://github.com/skygragon/leetcode-cli/blob/master/doc/commands.md#show) source code template for further coding.
18-
* Support live [**TEST**](https://github.com/skygragon/leetcode-cli/blob/master/doc/commands.md#test) and [**SUBMIT**](https://github.com/skygragon/leetcode-cli/blob/master/doc/commands.md#submit) againts leetcode.com.
19-
* [**AUTO LOGIN**](https://github.com/skygragon/leetcode-cli/blob/master/doc/advanced.md#auto-login) among multiple sessions with single leetcode account.
20-
* Retrieve your previous [**SUBMISSION**](https://github.com/skygragon/leetcode-cli/blob/master/doc/commands.md#submission) thus you can easily backup and manage your code.
18+
* [**GENERATING**](https://skygragon.github.io/leetcode-cli/commands#show) source code template for further coding.
19+
* Support live [**TEST**](https://skygragon.github.io/leetcode-cli/commands#test) and [**SUBMIT**](https://skygragon.github.io/leetcode-cli/commands#submit) againts leetcode.com.
20+
* [**AUTO LOGIN**](https://skygragon.github.io/leetcode-cli/advanced#auto-login) among multiple sessions with single leetcode account.
21+
* Retrieve your previous [**SUBMISSION**](https://skygragon.github.io/leetcode-cli/commands#submission) thus you can easily backup and manage your code.
2122

2223
## Demo
2324

@@ -57,7 +58,6 @@ From source code:
5758
Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7'
5859
Submit final solution! $ leetcode submit ./two-sum.cpp
5960

60-
## There is More...
61+
## Documentation
6162

62-
* [Commands Tutorial](https://github.com/skygragon/leetcode-cli/blob/master/doc/commands.md)
63-
* [Advanced Tips](https://github.com/skygragon/leetcode-cli/blob/master/doc/advanced.md)
63+
* https://skygragon.github.io/leetcode-cli/

0 commit comments

Comments
 (0)