diff --git a/README.md b/README.md index b9eb22d..dedbdd5 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,13 @@ go run . --addr=localhost --port=8000 --avail.rpc= --avail.seed= ``` make test ``` + +### Run using docker + +- Copy `.env.example` to `.env`. Fill the values inside. + +- Run the following commands: + ``` + docker-compose build + docker-compose up + ```