Update readme

This commit is contained in:
Denis-Cosmin Nutiu 2020-08-16 15:45:36 +03:00
parent 8f79333163
commit 2283d8f69c

View file

@ -43,3 +43,11 @@ To build the project and target the Raspberry Pi you can use the following comma
dotnet build --runtime linux-arm -p:PublishSingleFile=true
```
---
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
```