Skip to content

Commit

Permalink
add run with cli
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiephie committed Mar 24, 2016
1 parent 60a43bb commit 5cca49f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ Configuration file located in ```config```, edit the database.php, setting.php
$ php migrate
```

#####6 Run Server ```php -S localhost:8000 -t public```
```
$ php -S localhost:8000 -t public
```

###That's it! Now go build something cool.

0 comments on commit 5cca49f

Please sign in to comment.