From 5cca49fffc024470f170a714d48386fd2c9a7ad4 Mon Sep 17 00:00:00 2001 From: Yudi Purwanto Date: Thu, 24 Mar 2016 10:57:37 +0700 Subject: [PATCH] add run with cli --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1148ab0..869eea9 100644 --- a/README.md +++ b/README.md @@ -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.