mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
Update abigen documentation (#23769)
* Update abigen documentation it looks like `make abigen` has been removed and is included under `make devtools` * Update native-bindings.md replace `make` with suggestion
This commit is contained in:
parent
e15f84783d
commit
639f574e98
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ repository checked out correctly, you can build the generator with:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cd $GOPATH/src/github.com/ethereum/go-ethereum
|
$ cd $GOPATH/src/github.com/ethereum/go-ethereum
|
||||||
$ make abigen
|
$ go build ./cmd/abigen
|
||||||
```
|
```
|
||||||
|
|
||||||
### Generating the bindings
|
### Generating the bindings
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue