diff --git a/README.md b/README.md index 2055c7a..7782ef4 100644 --- a/README.md +++ b/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 -``` \ No newline at end of file +``` + +dependencies + +php5-sqlite +sqlite +sqlite3 + +sql + +create-table.php will create the table \ No newline at end of file