From f6e850fb58dda1847cc1df5fec1acde04062766a Mon Sep 17 00:00:00 2001 From: Kevin Robatel Date: Sun, 26 Jul 2015 16:03:41 +0200 Subject: [PATCH] Add method with the internal PHP server --- README.mdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.mdown b/README.mdown index 9c7d7a3..d2ffd77 100644 --- a/README.mdown +++ b/README.mdown @@ -27,6 +27,9 @@ You can also install it with Composer using this command: To update it just run `git pull` in the directory to pull the latest changes in. +You can use the internal PHP server too. +run `php -S localhost:1337` in a terminal and go to `http://localhost:1337/`. + Configuration -------------