From 4bd058ac40b03e952b46915ef41dce2f3c11b7fd Mon Sep 17 00:00:00 2001 From: Matthew Batchelder Date: Fri, 26 Jul 2013 09:29:46 -0700 Subject: [PATCH] Add note about Composer prerequisite --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 59b6a72..2c01d1b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ A web frontend for common PHP encode/decode operations. ![php-tools screenshot](http://objects.dreamhost.com/sixohthree/php-tools.1374806160.png) +## Prerequisites + +This tool uses [Composer](http://getcomposer.org) to manage external PHP +libraries. You'll need to install that. + ## Install git clone https://github.com/abackstrom/php-tools.git