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
gh-pages
jgenslerbd 3 years ago committed by GitHub
parent e15f84783d
commit 639f574e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_dapp/native-bindings.md

@ -52,7 +52,7 @@ repository checked out correctly, you can build the generator with:
```
$ cd $GOPATH/src/github.com/ethereum/go-ethereum
$ make abigen
$ go build ./cmd/abigen
```
### Generating the bindings

Loading…
Cancel
Save