Update README.md
authorDennis Collaris <redacted>
Wed, 18 Jan 2017 09:24:04 +0000 (10:24 +0100)
committerDennis Collaris <redacted>
Thu, 19 Jan 2017 20:48:03 +0000 (21:48 +0100)
The line `cp palaver.so ~/.znc/modules` was a bit ambiguous and in the case there was no directory `modules` yet, it would create a *file* called modules instead. To circumvent this, I added `mkdir ~/.znc/modules`.

README.md

index d2d134f2e1a8e7634f7fe5ba11883adb74b0cfcb..c42c2e0ba1ae304afbf5e6541acbb56bbef60802 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ $ make
 Copy the compile ZNC module to your ZNC settings:
 
 ```bash
+$ mkdir -p ~/.znc/modules
 $ cp palaver.so ~/.znc/modules
 ```
 
git clone https://git.99rst.org/PROJECT