Skip to content

Commit

Permalink
Adjusting titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Aug 15, 2024
1 parent b93db05 commit daa6b66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We recommend the following minimum requirements, although you may be be able to
- 4 GB storage
- OS: we recommend using the latest LTS version of Ubuntu or the latest iOS. However, the nodes should also work on other operating systems including Windows.

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

Build and run the node using Docker:

Expand All @@ -25,7 +25,7 @@ Build and run the node using Docker:
2. **Run the Docker container:**
`docker run -e PRIVATE_KEY=your_private_key_here ocean-node:mybuild`

## Running Ocean Nodes with PM2
## Option 2: Running Ocean Nodes with PM2

PM2 is a process manager that makes it easy to manage and monitor your Node.js applications.

Expand Down Expand Up @@ -53,7 +53,7 @@ pm2 stop ocean-node # Stop the node
pm2 delete ocean-node # Delete the process
```

## Running Ocean Nodes With NPM
## Option 3: Running Ocean Nodes With NPM

### Prerequisites

Expand Down

0 comments on commit daa6b66

Please sign in to comment.