Skip to content

Commit

Permalink
updated README since we no longer add to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
tkstanczak committed Apr 17, 2024
1 parent 9d4038e commit e94473e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,18 @@ curl -L https://suaveup.flashbots.net | bash
$ make suave
```

Now you have the `suave` binary in your Go bin directory. You can check this by running:
Now you can go to /build/bin and:

Start the local devnet like this:

```bash
$ which suave
$ suave --version
$ ./suave-geth --suave.dev
```

Start the local devnet like this:
Start the Rigil testnet like this:

```bash
$ suave --suave.dev
$ ./suave-geth --rigil
```

#### Using Docker
Expand Down

0 comments on commit e94473e

Please sign in to comment.