diff --git a/hermes/README.md b/hermes/README.md index abc52cde..a4544f7b 100644 --- a/hermes/README.md +++ b/hermes/README.md @@ -8,13 +8,16 @@ The app adds `ignite relayer hermes` commands to allow IBC communication between - Run both chain to be relayed. -- add the hermes relayer app: +- add the hermes relayer app from remote: ```shell -ignite app install -g $GOPATH/src/github.com/ignite/apps/hermes -// or ignite app install -g github.com/ignite/apps/hermes ``` +- or clone the repo and add the hermes relayer app local: +```shell +ignite app install -g $GOPATH/src/github.com/ignite/apps/hermes +``` + - configure the relayer: ```shell ignite relayer hermes configure [chain-a-id] [chain-a-rpc] [chain-a-grpc] [chain-b-id] [chain-b-rpc] [chain-b-grpc] [flags]