From c372b457bf690a29a2df6fcfc3d5fe659747e8a7 Mon Sep 17 00:00:00 2001 From: niansa Date: Tue, 26 Dec 2017 10:15:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 823ffc8..74f6599 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ An usable bash-httpserver with easy configuration and PHP. * `ERROR404` This is the error page 404 * `ERROR403` This is the error page 403 4. Make all files executable - * `chmod ~/simpsh-httpd/* +x` + * `chmod -R a+x ~/simpsh-httpd` 5. Start simpsh-httpd: * `cd ~/simpsh-httpd` * `./start-socat.sh`