diff --git a/docs/docs/02-guide/06-ibc.md b/docs/docs/02-guide/06-ibc.md index 7dbc4f0e38..4bee541596 100644 --- a/docs/docs/02-guide/06-ibc.md +++ b/docs/docs/02-guide/06-ibc.md @@ -327,8 +327,22 @@ ignite chain serve -c mars.yml - **Install the Hermes Relayer App:** +1. **Clone Ignite Apps:** + +```bash +https://github.com/ignite/apps && cd apps +``` + +2. **Install Ignite Apps** + +```bash +make +``` + +3. **Install Hermes:** + ```bash -ignite app add -g ($GOPATH)/src/github.com/ignite/apps/hermes +ignite app install -g $PWD ``` - **Configure the Relayer:**