Update install instructions

master
Jordi Boggiano 11 years ago
parent 42f4a65303
commit e96f2d228c
  1. 10
      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. 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 Screenshot
---------- ----------
<img src="http://seld.be/_misc/php-console.png" alt="PHP Console screenshot" border="0" /> <img src="http://seld.be/_misc/php-console.png" alt="PHP Console screenshot" border="0" />
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 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 Contributing
------------ ------------

Loading…
Cancel
Save