From 13781b21064859a769ac45a713b6230edb4b0729 Mon Sep 17 00:00:00 2001 From: synox Date: Tue, 28 Feb 2017 08:32:18 +0100 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1d9a3a8..3822960 100644 --- a/readme.md +++ b/readme.md @@ -32,9 +32,10 @@ 2. download a [release](https://github.com/synox/disposable-mailbox/releases) or clone this repository -3. copy the files in the `src` directory to your web server. +3. copy the files in the `src` directory to your web server (not the whole repo!). 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. edit `backend.php` and set the new path to `config.php`. +6. open it in your browser, check your php error log for messages. ## Build it yourself