diff --git a/readme.md b/readme.md index 1ff5153..cfb8556 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ ## You have to know -* You should sign up for the chat and you will be notified about issues and bugfixes: [![Join the chat at https://gitter.im/synox/disposable-mailbox](https://badges.gitter.im/synox/disposable-mailbox.svg)](https://gitter.im/synox/disposable-mailbox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +* Use [![Join the chat at https://gitter.im/synox/disposable-mailbox](https://badges.gitter.im/synox/disposable-mailbox.svg)](https://gitter.im/synox/disposable-mailbox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) and you will be be notified about issues and bugfixes. * This is **WORK IN PROGRESS (WIP)** software, do not use it in production yet! [There are still unsolved problems](https://github.com/synox/disposable-mailbox/issues). Contributions are welcome! * Licence: Creative Commons License
disposable-mailbox by github:synox is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. @@ -23,7 +23,7 @@ * php >=5.3.0 * [imap extension](http://php.net/manual/book.imap.php) -* apache 2 (but should work on any webserver) +* apache 2 (let me know how it works on nginx!) ## Installation @@ -31,10 +31,10 @@ -2. clone or download this repository +2. download a [release](https://github.com/synox/disposable-mailbox/releases) or clone this repository 3. copy the `src` directory to your web server. 4. rename `config.sample.php` to `config.php` and apply the imap settings. Move `config.php` to a safe location outside the `public_html`. -5. open `backend.php` and set the new path to `config.php`. +5. edit `backend.php` and set the new path to `config.php`. ## Build it yourself