Skip to content

Commit 18d0ae4

Browse files
authored
Fix install instructions in README (base#13)
1 parent 2e9473d commit 18d0ae4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Golang utility for proving and finalizing ETH withdrawals from op-stack chains.
2626
### Installation
2727

2828
```
29-
go install github.com/base-org/withdrawer@latest
29+
git clone https://github.com/base-org/withdrawer.git
30+
cd withdrawer
31+
go install .
3032
```
3133

3234
### Usage

0 commit comments

Comments
 (0)