From dbeb7a963be236201683f528a7103778b092e117 Mon Sep 17 00:00:00 2001 From: Simon Lieb Date: Tue, 7 Feb 2017 14:13:08 +0100 Subject: [PATCH] Update readme installation notes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 277ed5a..1cdab9f 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ Simple url shortener script Installation ------------ -Just drop the `index.php` in any folder accessible through your web server with -php interpreter, `mkdir db` with permission to write for your web server +Just drop the `index.php` and composer files in any folder accessible +through your web server with php interpreter, give it a `composer +install`, `mkdir db` with write permission for your web server user/group and direct your browser to the former script. For testing and debugging purposer, you can just use: