Skip to content

Commit a656809

Browse files
committed
docs: update test setup guide
1 parent 1d3e2a5 commit a656809

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docs/e2e-integration-test-setup.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ To run the demo, the following software needs to be installed.
2525
cd - # Back to the root folder
2626
```
2727

28-
### Additional Images Required for Apple Silicon 
28+
### Additional Images required for Apple Silicon 
2929

30-
If you are using an Apple Silicon machine, follow these additional steps to build images:
30+
If you are using an Apple Silicon machine, follow these additional steps to build required images:
3131

32-
* Build an `icon-chain` image
32+
1. Build an `icon-chain` image
3333

3434
```bash
3535
git clone https://github.com/icon-project/goloop.git
@@ -38,7 +38,7 @@ If you are using an Apple Silicon machine, follow these additional steps to buil
3838
cd - # Back to the root folder
3939
```
4040

41-
* Build a `goloop` image
41+
2. Build a `goloop` image
4242

4343
```bash
4444
git clone https://github.com/icon-project/goloop/
@@ -47,25 +47,25 @@ If you are using an Apple Silicon machine, follow these additional steps to buil
4747
cd - # Back to the root folder
4848
```
4949

50-
* Build an `archway` or `neutron` image
50+
3. Build an `archway` or `neutron` image
5151

52-
**For Archway:**
53-
54-
```bash
55-
git clone https://github.com/archway-network/archway/
56-
cd archway
57-
docker build -f Dockerfile.deprecated -t archway . --build-arg arch=aarch64
58-
cd - # Back to the root folder
59-
```
60-
61-
**For Neutron:**
62-
63-
```bash
64-
git clone https://github.com/neutron-org/neutron.git
65-
cd neutron
66-
make build-docker-image
67-
cd - # Back to the root folder
68-
```
52+
**For Archway:**
53+
54+
```bash
55+
git clone https://github.com/archway-network/archway/
56+
cd archway
57+
docker build -f Dockerfile.deprecated -t archway . --build-arg arch=aarch64
58+
cd - # Back to the root folder
59+
```
60+
61+
**For Neutron:**
62+
63+
```bash
64+
git clone https://github.com/neutron-org/neutron.git
65+
cd neutron
66+
make build-docker-image
67+
cd - # Back to the root folder
68+
```
6969

7070
## Running IBC Integration System Tests
7171

0 commit comments

Comments
 (0)