From ff5b1249db0020175d4a01f124298c751c6ccce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 22 Nov 2015 22:21:36 +0200 Subject: [PATCH] Update README.md typical installation does not require dev deps --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff2b731..b360294 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Installation requires PHP 5.3+, SSH access, and access to tools like `git` and ` cd /path/to/public_html git clone https://github.com/mrclay/minify.git min cd min -composer install +composer install --no-dev ``` What this does: @@ -68,8 +68,8 @@ Support Unit Testing ------------ -1. Install via Composer -1. `composer run test` +1. Install dev deps via Composer: `composer install` +1. `composer test` or `phpunit` Warnings --------