Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/225'
Browse files Browse the repository at this point in the history
Close #225
  • Loading branch information
weierophinney committed Nov 12, 2013
2 parents 30a234d + 126f799 commit 1990bf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -52,7 +52,6 @@ Web Server Setup

The simplest way to get started if you are using PHP 5.4 or above is to start the internal PHP cli-server in the root directory:

cd public
php -S 0.0.0.0:8080 -t public/ public/index.php

This will start the cli-server on port 8080, and bind it to all network
Expand All @@ -75,4 +74,4 @@ project and you should be ready to go! It should look something like below:
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
</VirtualHost>

0 comments on commit 1990bf6

Please sign in to comment.