Skip to content

Commit cad5008

Browse files
committed
docs: add step to build icon gochain image
1 parent a656809 commit cad5008

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/e2e-integration-test-setup.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ To run the demo, the following software needs to be installed.
2424
docker build -t relayer .
2525
cd - # Back to the root folder
2626
```
27-
28-
### Additional Images required for Apple Silicon 
29-
30-
If you are using an Apple Silicon machine, follow these additional steps to build required images:
31-
32-
1. Build an `icon-chain` image
27+
3. Build an `icon-chain` image
3328

3429
```bash
3530
git clone https://github.com/icon-project/goloop.git
@@ -38,7 +33,11 @@ If you are using an Apple Silicon machine, follow these additional steps to buil
3833
cd - # Back to the root folder
3934
```
4035

41-
2. Build a `goloop` image
36+
### Additional Images required for Apple Silicon 
37+
38+
If you are using an Apple Silicon machine, follow these additional steps to build required images:
39+
40+
1. Build a `goloop` image
4241

4342
```bash
4443
git clone https://github.com/icon-project/goloop/
@@ -47,7 +46,7 @@ If you are using an Apple Silicon machine, follow these additional steps to buil
4746
cd - # Back to the root folder
4847
```
4948

50-
3. Build an `archway` or `neutron` image
49+
2. Build an `archway` or `neutron` image
5150

5251
**For Archway:**
5352

0 commit comments

Comments
 (0)