Skip to content

Commit

Permalink
FOrmatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Aug 14, 2024
1 parent 5571811 commit 535b986
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@ Build and run the node using Docker:

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`
```bash
git clone https://github.com/oceanprotocol/barge.git
cd barge
git checkout feature/nodes
./start_ocean.sh
```

### 4. Configure Environment Variables

**Option 1: Automatic Setup (Recommended)**

Run the helper script to generate and set up the recommended environment variables:

`./helpers/scripts/setupNodeEnv.sh`

`source .env`
```bash
./helpers/scripts/setupNodeEnv.sh
source .env
```

**Option 2: Manual Setup**

Expand Down

0 comments on commit 535b986

Please sign in to comment.