From a3a663d9646d3943e855868a520a438765ab11f6 Mon Sep 17 00:00:00 2001 From: niansa Date: Tue, 26 Dec 2017 10:56:46 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74f6599..01771d0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ An usable bash-httpserver with easy configuration and PHP. -### Installation +### Installation as package (with init service) +1. Build package: `cd ; curl https://raw.githubusercontent.com/niansa/simpsh-httpd/master/mkdeb.sh | bash -` +2. Install package: `sudo dpkg --install ./simpsh-httpd.deb` + + +### Installation (without init service) 1. Install following packages: `bash socat dos2unix` 2. Download simpsh-httpd: @@ -27,4 +32,5 @@ An usable bash-httpserver with easy configuration and PHP. 6. Have fun with simpsh-httpd! + Tip: You don't need to restart simpsh-httpd after update/configchange!