From 51a19cc79d6d436981f98e13d7f593a7dd99170a Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 24 Oct 2015 15:39:28 +0200 Subject: [PATCH] Improve installation guide in 'README' --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03ccc7b..ec589db 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,13 @@ Completely framework-agnostic and database-agnostic. `$ composer require delight-im/auth` + Include the Composer autoloader: + + `require __DIR__.'/vendor/autoload.php';` + * or - * Install manually (*not* recommended) - * Copy the contents of the [`src`](src) directory to your project + * Install manually + * Copy the contents of the [`src`](src) directory to a subfolder of your project * Include the files in your code via `require` or `require_once` * Set up a database and create the required tables * [MySQL](Database/MySQL.sql)