Clarify install instructions by using absolute paths
authorRemington Steed <rjs7@calvin.edu>
Mon, 21 Nov 2016 15:22:55 +0000 (10:22 -0500)
committerRemington Steed <rjs7@calvin.edu>
Mon, 21 Nov 2016 15:22:55 +0000 (10:22 -0500)
The instructions generally use absolute paths. This commit changes a
relative path to absolute to make it more clear and to follow this
convention.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
README

diff --git a/README b/README
index a5b3324..a3fc351 100644 (file)
--- a/README
+++ b/README
@@ -439,13 +439,13 @@ a2dismod websocket
 .(Debian)
 [source, bash]
 ---------------------------------------------------------------------------
-cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/
+cp SYSCONFDIR/examples/apache2/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +
 .(Ubuntu Trusty / Xenial)
 [source, bash]
 ---------------------------------------------------------------------------
-cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/
+cp SYSCONFDIR/examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +
 6. OPTIONAL: add these configuration variables to `/etc/apache2-websockets/envvars`