Skip to content

Commit f4f5685

Browse files
committed
update README.md
1 parent f410ab4 commit f4f5685

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ This repository follows semantic versioning with the major version fixed at `v1`
1313
git checkout <version tag>
1414
```
1515

16+
For those building Verse for the first time, we recommend always choosing the latest version.
17+
For those who have already built Verse, we also recommend upgrading to the latest version.
18+
1619
Version tags to OPStack upgrades mapping:
1720
| Tag | Upgrade |
1821
| --- | --- |
@@ -93,7 +96,7 @@ yarn install
9396
#### Pull Docker Containers
9497
Pull all the required Docker images for Verse middleware.
9598
```shell
96-
docker-compose pull op-geth op-node op-batcher op-proposer op-message-relayer verse-verifier
99+
docker compose pull op-geth op-node op-batcher op-proposer op-message-relayer verse-verifier
97100
```
98101

99102
### 2. Verifying Correct Startup of Verse
@@ -177,7 +180,7 @@ Repeat the commands from the previous section.
177180
#### Run Services
178181
Finally, launch your Verse by starting up the middleware components.
179182
```shell
180-
docker-compose up -d op-geth op-node op-batcher op-proposer op-message-relayer
183+
docker compose up -d op-geth op-node op-batcher op-proposer op-message-relayer
181184
```
182185

183186
### 4. Activate Verse Verifier
@@ -195,7 +198,7 @@ To activate the Verse Verifier, please fill out the application form bellow.
195198
196199
Once the Oasys side settings are configured, you can start the Verse Verifier by running:
197200
```sh
198-
docker-compose up -d verse-verifier
201+
docker compose up -d verse-verifier
199202
```
200203

201204
## Setup a Replica Node

0 commit comments

Comments
 (0)