-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Hermes version to 0.3.0 in the guide.
- Loading branch information
Showing
5 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Summary | ||
|
||
# Hermes (v0.2.0) | ||
# Hermes (v0.3.0) | ||
|
||
--- | ||
- [Introduction](./index.md) | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
The Hermes accepts global options which affect all commands. | ||
|
||
```shell | ||
hermes 0.2.0 | ||
hermes 0.3.0 | ||
Informal Systems <[email protected]> | ||
Implementation of `hermes`, an IBC Relayer developed in Rust. | ||
|
||
|
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ There are two main approaches for obtaining Hermes: | |
|
||
Simply head to the GitHub [Releases][releases] page and download the latest | ||
version of Hermes binary matching your platform: | ||
- MacOS: `hermes-v0.2.0-x86_64-apple-darwin.tar.gz` (or .zip), | ||
- Linux: `hermes-v0.2.0-x86_64-unknown-linux-gnu.tar.gz` (or .zip). | ||
- MacOS: `hermes-v0.3.0-x86_64-apple-darwin.tar.gz` (or .zip), | ||
- Linux: `hermes-v0.3.0-x86_64-unknown-linux-gnu.tar.gz` (or .zip). | ||
|
||
The step-by-step instruction below should carry you through the whole process: | ||
|
||
|
@@ -47,7 +47,7 @@ hermes version | |
``` | ||
``` | ||
hermes 0.2.0 | ||
hermes 0.3.0 | ||
``` | ||
## Install via Cargo | ||
|
@@ -81,7 +81,7 @@ hermes version | |
``` | ||
``` | ||
hermes 0.2.0 | ||
hermes 0.3.0 | ||
``` | ||
## Build from source | ||
|
@@ -103,10 +103,10 @@ cd ibc-rs | |
Go to the [ibc-rs releases](https://github.com/informalsystems/ibc-rs/releases) page to see what is the most recent release. | ||
Then checkout the release, for example if the most recent release is `v0.2.0` then execute the command: | ||
Then checkout the release, for example if the most recent release is `v0.3.0` then execute the command: | ||
```shell | ||
git checkout v0.2.0 | ||
git checkout v0.3.0 | ||
``` | ||
### Building with `cargo build` | ||
|
@@ -141,7 +141,7 @@ If you run the `hermes` without any additional parameters you should see the usa | |
``` | ||
``` | ||
hermes 0.2.0 | ||
hermes 0.3.0 | ||
Informal Systems <[email protected]> | ||
USAGE: | ||
|