From 18d0ae47c0a2fb3e85623813ca916c42180ec569 Mon Sep 17 00:00:00 2001 From: Michael de Hoog Date: Wed, 6 Mar 2024 09:40:14 -1000 Subject: [PATCH] Fix install instructions in README (#13) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60f8d01..cc707fb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ Golang utility for proving and finalizing ETH withdrawals from op-stack chains. ### Installation ``` -go install github.com/base-org/withdrawer@latest +git clone https://github.com/base-org/withdrawer.git +cd withdrawer +go install . ``` ### Usage