updated readme

This commit is contained in:
2023-07-30 17:57:03 +02:00
parent 65f8d8567e
commit 2008e054db
3 changed files with 10 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/sh
apt-get install python3 libgpiod2 npm mariadb-server
pip3 install adafruit-circuitpython-dht mh-z19
npm install
(cd ./server && npm install) & (cd ./dashboard && npm install && npm run build)