Skip to content

Commit 155347c

Browse files
committed
v0.1.2 - update README
1 parent dc4d746 commit 155347c

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "src/bin/leetcode.rs"
44

55
[package]
66
name = "leetcode-cli"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
authors = ["clearloop <udtrokia@163.com>"]
99
edition = "2018"
1010
description = "Leet your code in command-line."

README.md

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

77
ref to [leetcode-cli](https://github.com/skygragon/leetcode-cli), rust version, [spec](/spec.md)
88

9-
## Installation
9+
## Note
10+
> (only support OSX temporarily)
11+
12+
Please make sure you have logined in `leetcode.com` with `chrome`.
13+
14+
**Not Available for Now**
15+
16+
If you need to, keep time on me...expect to launch at v0.3.0.
17+
18+
## Building
1019

1120
```
1221
cargo install leetcode-cli
1322
```
1423

24+
## RoadMap
25+
26+
<command>list</command> before the first weekend of 2020.
27+
1528
## Usage
1629

1730
```sh
@@ -32,7 +45,5 @@ SUBCOMMANDS:
3245
list List problems
3346
```
3447

35-
## Note
36-
> (OS X support for now)
37-
38-
Please make sure you have logined in `leetcode.com` with `chrome`.
48+
## LICENSE
49+
MIT

0 commit comments

Comments
 (0)