edit readme
This commit is contained in:
@@ -3,4 +3,10 @@
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Go to every subdirectory in drivers directory and follow instructions about installation of drivers
|
1. Go to every subdirectory in drivers directory and follow instructions about installation of drivers
|
||||||
2. configure cron to run controller.py every 3 minutes as a superuser
|
2. configure cron to run controller.py every 15 minutes as a superuser:
|
||||||
|
|
||||||
|
```
|
||||||
|
crontab -e -u root
|
||||||
|
#enter this line
|
||||||
|
*/15 * * * * /usr/bin/python /home/pi/projects/tfm/controller/controller.py "Automatski, Senad Uka"
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user