Update dependencies
This commit is contained in:
parent
fcf0ef7c58
commit
6dc4f687da
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -3,4 +3,14 @@ install
|
|||
add cronjob to run master file
|
||||
```
|
||||
* * * * * cd /path/to/project && php caller.php 1>> /dev/null 2>&1
|
||||
```
|
||||
```
|
||||
|
||||
dependencies
|
||||
|
||||
php5-sqlite
|
||||
sqlite
|
||||
sqlite3
|
||||
|
||||
sql
|
||||
|
||||
create-table.php will create the table
|
Loading…
Reference in a new issue