Skip to content

Commit

Permalink
doc(global-test): fix issue in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkermani144 committed Oct 30, 2024
1 parent a8a4214 commit c438319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/global/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ git clone https://github.com/rosen-bridge/rosenet.git

# Choose your setup type:
# For relay setup:
cd tests/global/src/relay
cd rosenet/tests/global/src/relay

# For node setup:
cd tests/global/src/node
cd rosenet/tests/global/src/node

# Create service configuration file
cp .env.example .env
Expand All @@ -45,7 +45,7 @@ docker compose up -d

```bash
git clone https://github.com/rosen-bridge/rosenet.git
cd tests/global/src/relay
cd rosenet/tests/global/src/relay
```

2. **Configure Environment**
Expand Down

0 comments on commit c438319

Please sign in to comment.