Skip to content

Commit

Permalink
Split cmds to run the go example into multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
drohit-cb committed May 9, 2024
1 parent 26b2a61 commit 91e3ef3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ Prerequisite: [Go 1.21+](https://go.dev/doc/install)
4. Setup a Go project and run the example :rocket:

```shell
go mod init example && go mod tidy && go run example.go
go mod init example
go mod tidy
go run example.go
```

### Stake Partial ETH :diamond_shape_with_a_dot_inside:

Expand Down

0 comments on commit 91e3ef3

Please sign in to comment.