edit readme

This commit is contained in:
Senad Uka
2015-12-27 07:36:20 +01:00
parent 00ac1e5903
commit 0db0eda1b6

View File

@@ -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"
```