Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
disksing committed Jul 29, 2019
1 parent 8432fca commit a5cb25a
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,20 @@ https://github.com/tikv/tikv
https://github.com/pingcap/pd

## Install

Download the [latest release](https://github.com/disksing/mok/releases) then unzip the binary to your PATH:

```
$ unzip mok-vX.X-OS-ARCH.zip
$ move mok-vX.X-OS-ARCH/mok /usr/local/bin/
```

You can also manually build it by yourself:

```
$ go get github.com/disksing/mok
$ go install github.com/disksing/mok
$ git clone https://github.com/disksing/mok.git
$ cd mok
$ GO111MODULE=on go build -o /usr/local/bin/mok
```

## Usage
Expand All @@ -36,6 +47,4 @@ $ mok 7A7480000000000007FF8F5F728000000000FF083BBA0000000000FAFA6C400A6673FFFE
## TODO

- [ ] build keys
- [x] setting output format of keys
- [ ] decode tidb meta keys
- [x] decode index values

0 comments on commit a5cb25a

Please sign in to comment.