From b93db053c77d6e4522ef71a5e747768605759e60 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Thu, 15 Aug 2024 13:30:36 +0100 Subject: [PATCH] Fixing barge start command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e6b3553..e4341a840 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ In a separate terminal, clone and start the necessary services using Barge: git clone https://github.com/oceanprotocol/barge.git cd barge git checkout feature/nodes -./start_ocean.sh -with-c2d +./start_ocean.sh --with-c2d ``` ### 4. Configure Environment Variables