Update README.md

This commit is contained in:
Claude 2015-02-02 12:08:55 +01:00
parent 59c93e8faa
commit e9d516a170

View File

@ -42,7 +42,7 @@ Installation
* The database structure will be created automatically if it doesn't exist. * The database structure will be created automatically if it doesn't exist.
* No special file permissions are needed by default. Optional: If you want to have the JavaScript- and CSS-files minified, the static/asset/ folder has to be writable. * No special file permissions are needed by default. Optional: If you want to have the JavaScript- and CSS-files minified, the static/asset/ folder has to be writable.
* To ensure that pastes with an expiration set get cleaned up, define the cron key in the config and set up a cronjob, for example: * To ensure that pastes with an expiration set get cleaned up, define the cron key in the config and set up a cronjob, for example:
* */5 * * * * curl --silent http://yoursite.com/cron/[key] * `*/5 * * * * curl --silent http://yoursite.com/cron/[key]`
Documentation Documentation