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" ```