From 2283d8f69cc0d73c0d90983e870bd9e085aab450 Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sun, 16 Aug 2020 15:45:36 +0300 Subject: [PATCH] Update readme --- Readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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