commit f9f4bc9c8a388f5f9313bb9810385546049f3643 parent 4ab518c3e673d5d04f770d7ba35811459695b430 Author: Remy Noulin <loader2x@gmail.com> Date: Mon, 13 Nov 2017 08:29:25 +0100 update readme README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) Diffstat:
| M | README.md | | | 10 | +++++++++- |
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -4,7 +4,15 @@ simple live web server with websocket handshake for local developments, the page ## Install - install [sheepy](https://github.com/RemyNoulin/sheepy) -- run: "sudo spm -g install liveserver" or "./liveserver.c" +- run: +``` +sudo spm -g install liveserver +``` +or + +``` +./liveserver.c +``` ## Usage