Update readme
This commit is contained in:
parent
8f79333163
commit
2283d8f69c
1 changed files with 9 additions and 1 deletions
10
Readme.md
10
Readme.md
|
@ -42,4 +42,12 @@ To build the project and target the Raspberry Pi you can use the following comma
|
||||||
```$xslt
|
```$xslt
|
||||||
dotnet build --runtime linux-arm -p:PublishSingleFile=true
|
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
|
||||||
|
```
|
Loading…
Reference in a new issue