commit 7a60e1e8044dd7190db3e00aacf6923131ee501f parent 70d2861a7943c4f0ae75c34023002cbbe2c51b18 Author: Remy Noulin <loader2x@gmail.com> Date: Sun, 12 Nov 2017 21:36:20 +0100 update readme README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) Diffstat:
| M | README.md | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -1,2 +1,18 @@ # live-server simple live web server for local developments + +## Install + +- install [sheepy](https://github.com/RemyNoulin/sheepy) +- run: "spm -g install liveserver" + +## Usage + +In a terminal, go to the directory containing the web files to serve, run: + +``` +live-server + +# HELP +live-server -help +```