Merge pull request #183 from InAnimaTe/master

Added note about installing ca-certificates
This commit is contained in:
John Reese 2015-12-06 21:47:25 -08:00
commit 717a2b1741
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@ be installed with:
$ sudo aptitude install znc-dev
In order for this plugin to properly work, you will need to ensure you have the `ca-certificates`
package on Ubuntu based systems. This is required for push to properly verify the certificate
of the service it's sending your message to.
$ sudo aptitude install ca-certificates
Optionally, if you want to use libcurl for http requests, you also need to install cURL
development header files.