Skip to content

Commit ae26c3d

Browse files
authored
Update README.md
1 parent 098564f commit ae26c3d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,15 @@ Maybe limit it to 128 block or less.
105105

106106
Please fire an issure if you have any good solution.
107107

108+
### Install
109+
Just download the prebuilt executables from release page
110+
111+
#### Or build it yourself:
112+
1. Install Golang >= 1.18.1
113+
2. Clone this repo: `git clone github.com/aj3423/edb`
114+
3. Go to binary dir: `cd edb/main`
115+
4. Run it with `go run .` or `go build .` to build.
116+
108117
### Command List
109118

110119
help: Show this help

0 commit comments

Comments
 (0)