From 2024af644ff58094fa29a78cdef90855533845cf Mon Sep 17 00:00:00 2001 From: Tom Lingham Date: Mon, 14 Jul 2014 23:31:31 +1000 Subject: [PATCH] Updated readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 80ccb1c..c1543e2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ It requires no other software installed on your server (so a bit slower than ded Installation ---------------------------------------- +Add to your composer.json file under `require`: +``` +"tom-lingham/searchy" : "dev-master" +``` + Add the service provider to the `providers` array in Laravel's app/config/app.php file: ``` 'TomLingham\Searchy\SearchyServiceProvider'