diff --git a/README.md b/README.md index 5356867..8f6a8a6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,22 @@ #### Difficulty : easy ---- +## Running the challenge. + +You can run the challenge using docker. + +### with Docker compose + +``` +cd docker +sudo docker compose up --build +``` + +### Building and running the docker image + +_todo_ +``` +``` ## Writeup