From e96f2d228cab96f7e1d69631b5f344a792209025 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 3 Jul 2013 10:04:01 +0200 Subject: [PATCH] Update install instructions --- README.mdown | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.mdown b/README.mdown index be30eec..88c9ec8 100644 --- a/README.mdown +++ b/README.mdown @@ -7,18 +7,20 @@ Creating a test file or using php's interactive mode can be a bit cumbersome to It is secure since accessible only from the local host, and very easy to setup and use. -To install either git clone this repo or using Composer: `composer create-project seld/php-console`. - Screenshot ---------- PHP Console screenshot -Setup ------ +Installation +------------ Clone the git repo or download it as a zip/tarball, drop it somewhere in your local web document root and access it with http://localhost/path/to/php-console +You can also install it with Composer using this command: + + composer create-project --stability=dev --keep-vcs seld/php-console + Contributing ------------