From b21537cd625711317cd13755bbfa7585ab1c404d Mon Sep 17 00:00:00 2001 From: toschdev <8368497+toschdev@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:40:22 +0100 Subject: [PATCH] Start hermes installation exploration --- docs/docs/02-guide/06-ibc.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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:**