Skip to content

Commit e96f2d2

Browse files
committed
Update install instructions
1 parent 42f4a65 commit e96f2d2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.mdown

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ Creating a test file or using php's interactive mode can be a bit cumbersome to
77

88
It is secure since accessible only from the local host, and very easy to setup and use.
99

10-
To install either git clone this repo or using Composer: `composer create-project seld/php-console`.
11-
1210
Screenshot
1311
----------
1412

1513
<img src="http://seld.be/_misc/php-console.png" alt="PHP Console screenshot" border="0" />
1614

17-
Setup
18-
-----
15+
Installation
16+
------------
1917

2018
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
2119

20+
You can also install it with Composer using this command:
21+
22+
composer create-project --stability=dev --keep-vcs seld/php-console
23+
2224
Contributing
2325
------------
2426

0 commit comments

Comments
 (0)