diff --git a/Readme.md b/Readme.md index 0a2f648..5a34021 100644 --- a/Readme.md +++ b/Readme.md @@ -42,4 +42,12 @@ To build the project and target the Raspberry Pi you can use the following comma ```$xslt dotnet build --runtime linux-arm -p:PublishSingleFile=true ``` ---- \ No newline at end of file +--- + +To run the project you can take advantage of `docker-compsose` and run it with the following commands: + +```bash +git clone https://github.com/dnutiu/NucuCar.git +cd NucuCar +docker-compose up +``` \ No newline at end of file