Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 authored Jun 17, 2022
1 parent 098564f commit ae26c3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ Maybe limit it to 128 block or less.

Please fire an issure if you have any good solution.

### Install
Just download the prebuilt executables from release page

#### Or build it yourself:
1. Install Golang >= 1.18.1
2. Clone this repo: `git clone github.com/aj3423/edb`
3. Go to binary dir: `cd edb/main`
4. Run it with `go run .` or `go build .` to build.

### Command List

help: Show this help
Expand Down

0 comments on commit ae26c3d

Please sign in to comment.