From 30d0aeb5404c7febf4d5eb52ba121151561cd279 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Sat, 1 Nov 2014 06:49:42 +0100 Subject: [PATCH] Simplify install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0357480..d2bb65b 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ nano web_config.cfg cp lighttp.example.conf lighttp.conf nano lighttp.conf -sudo sh -c "echo 'include \"/path/to/fc00.org/web/lighttp.conf\"' >> /etc/lighttpd/lighttpd.conf" +echo 'include "/path/to/fc00.org/web/lighttp.conf"' | sudo tee -a /etc/lighttpd/lighttpd.conf" ```