From 58c763abce3d943b9a97c06d3424fde959521df5 Mon Sep 17 00:00:00 2001 From: Wael Nasreddine Date: Tue, 15 Jul 2025 11:41:22 -0700 Subject: [PATCH] docs(README): Fix the instructions to test out mega The instructions mention `./docker/config.toml` but this file was removed in 051e591872c5f6a6f8f01c481950bc216d9356b8. Signed-off-by: Wael Nasreddine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d635be03b..7718c5436 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ $ docker pull genedna/mega:mono-ui-latest $ git clone https://github.com/web3infra-foundation/mega.git $ cd mega # Linux or MacOS -$ ./docker/init-volume.sh /tmp/data ./docker/config.toml +$ ./docker/init-volume.sh /tmp/data ./config/config.toml ``` 3. Run the mono-engine and PostgreSQL with docker, and open the mono-ui in your browser with `http://localhost:3000`.