Update Readme.md
This commit is contained in:
parent
535e348ec6
commit
ed9f65e9b6
1 changed files with 6 additions and 9 deletions
15
Readme.md
15
Readme.md
|
@ -104,18 +104,15 @@ sudo systemctl enable nucucar_sensors
|
||||||
sudo systemctl disable nucucar_sensors
|
sudo systemctl disable nucucar_sensors
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
To browse the logs for the session and all logs of the service:
|
||||||
|
|
||||||
#### Docker-Compose
|
|
||||||
|
|
||||||
To run the project you can take advantage of `docker-compsose` and run it with the following commands:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/dnutiu/NucuCar.git
|
journalctl -e -u nucucar_sensors.service
|
||||||
cd NucuCar
|
journalctl -u nucucar_sensors.service
|
||||||
docker-compose up
|
|
||||||
```
|
```
|
||||||
_(This is not recommended as the performance will take a significant hit.)_
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Directory Structure Overview
|
## Directory Structure Overview
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue