Skip to content

Commit

Permalink
added docker part to readme.md (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishsapkota authored Dec 8, 2023
1 parent 05637ec commit 5ec2e2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ After cloning the repository, you need to install the PROCEED project dependenci
yarn install
```

**Docker Installation**
Make sure Docker is installed on your system. If not, you can download and install Docker from the official website: (https://docs.docker.com)

Ensure the Docker daemon is running on your system.

This will install all modules and their dependencies inside `node_modules/`

> Note: On macOS catalina there might be an error message popping up during the install step involving node-gyp. If it says "no xcode or clt version detected" then follow the steps from [this page of the node-gyp repo](https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md) to resolve this problem.
Expand Down

0 comments on commit 5ec2e2e

Please sign in to comment.