From 639f574e981479783d23a58fb23ffba57bc90729 Mon Sep 17 00:00:00 2001 From: jgenslerbd <87447988+jgenslerbd@users.noreply.github.com> Date: Wed, 20 Oct 2021 06:11:17 -0700 Subject: [PATCH] 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 --- docs/_dapp/native-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_dapp/native-bindings.md b/docs/_dapp/native-bindings.md index 1672e0add..c906d1c58 100644 --- a/docs/_dapp/native-bindings.md +++ b/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