-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# `suaveup` | ||
|
||
Update or revert to a specific SUAVE release with ease. | ||
|
||
Install the latest version of suave-geth: | ||
|
||
```bash | ||
curl -L https://suaveup.flashbots.net | bash | ||
``` | ||
|
||
Or a specific version (i.e. v0.1.0): | ||
|
||
```bash | ||
curl -L https://suaveup.flashbots.net | bash -s -- --version v0.1.0 | ||
``` | ||
|
||
You can also just download the [`suaveup` bash script](./suaveup) and use it without curl. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters