Skip to content

Commit 2cb941f

Browse files
authored
fix: added clarity and fixed bash commands to work effortlessly (#833)
* fix: added clarity and fixed bash commands to work effortlessly * fixed repo name to match the default repo string
1 parent f824e6b commit 2cb941f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/e2e-integration-test-setup.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ To run the demo, the following software needs to be installed.
1414
$ git clone https://github.com/icon-project/ibc-relay/
1515
$ cd ibc-relay/
1616
$ docker build -t relayer .
17+
$ cd ..
1718
```
1819

19-
2. Build the builder image for bundling contracts:
20+
2. Build the builder image in IBC-Integration repo for bundling contracts:
2021

2122
```bash
2223
make build-builder-img
@@ -44,7 +45,8 @@ To run the demo, the following software needs to be installed.
4445
```bash
4546
git clone https://github.com/icon-project/goloop.git
4647
cd goloop
47-
make gochain-icon-image
48+
make gochain-icon-image
49+
cd ..
4850
```
4951

5052
* Build a `goloop` image
@@ -53,6 +55,7 @@ To run the demo, the following software needs to be installed.
5355
git clone https://github.com/icon-project/goloop/
5456
cd goloop/
5557
make goloop-icon-image
58+
cd ..
5659
```
5760

5861
* Build an `archway` or `neutron` image
@@ -63,6 +66,7 @@ To run the demo, the following software needs to be installed.
6366
git clone https://github.com/archway-network/archway/
6467
cd archway
6568
docker build -f Dockerfile.deprecated -t archway . --build-arg arch=aarch64
69+
cd ..
6670
```
6771

6872
**For Neutron:**
@@ -71,6 +75,7 @@ To run the demo, the following software needs to be installed.
7175
git clone https://github.com/neutron-org/neutron.git
7276
cd neutron
7377
make build-docker-image
78+
cd ..
7479
```
7580

7681
ℹ️ Change the image name and version of Archway/Neutron in `e2e-config.yaml` or `e2e-config-neutron.yaml`.

0 commit comments

Comments
 (0)