From: Dennis Collaris Date: Wed, 18 Jan 2017 09:24:04 +0000 (+0100) Subject: Update README.md X-Git-Tag: 1.1.0~5^2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7cacae733d8fc474016a2fadf933f9dec8cd910a;p=znc-palaver.git Update README.md 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`. --- diff --git a/README.md b/README.md index d2d134f..c42c2e0 100644 --- 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 ```