From c438319a9e6293015ff7ddddf69a23f5a7a7f685 Mon Sep 17 00:00:00 2001 From: Mohammad Kermani Date: Wed, 30 Oct 2024 16:09:09 +0330 Subject: [PATCH] doc(global-test): fix issue in README --- tests/global/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/global/README.md b/tests/global/README.md index fd68ab4..6e1fdce 100644 --- a/tests/global/README.md +++ b/tests/global/README.md @@ -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 @@ -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**