Skip to content

Commit

Permalink
Merge pull request #658 from oceanprotocol/readme-link-fix
Browse files Browse the repository at this point in the history
Fixing broken link & typo in README
  • Loading branch information
jamiehewitt15 authored Aug 28, 2024
2 parents 496e90c + 6d448ba commit fc89cfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ We recommend the following minimum requirements, although you may be be able to

## Option 1: Running Ocean Nodes in Docker (recommended)

[This readme](deployment/README.md) is the recommended way to host a node and be eligible for incentives.
The other options are more recommended towards deleveopers that want to tinker.
[This readme](docs/dockerDeployment.md) is the recommended way to host a node and be eligible for incentives.
The other options are more recommended towards developers that want to tinker.

## Option 2: Running local build of Ocean Nodes in Docker

Expand All @@ -29,6 +29,7 @@ scripts/ocean-node-quickstart.sh
# OR
npm run quickstart
```

This command will run you through the process of setting up the environmental variables for your node.

## Option 3: Running Ocean Nodes with PM2
Expand Down

0 comments on commit fc89cfe

Please sign in to comment.