From f46621771e29bd0fa3c2db7df0604feab7799b64 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Tue, 4 Sep 2018 23:37:19 +0700 Subject: [PATCH] Updated README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 41b002b..be054ed 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,9 @@ For example, if you only want to generate thumbnails for image files, you can do ## Virus scanning -This project is using [clamav](https://www.clamav.net/) to scan files for viruses through [node-clam-engine](https://github.com/srijs/node-clam-engine). +This project is using [clamav](https://www.clamav.net/) to scan files for viruses through [clamdjs](https://github.com/NingLin-P/clamdjs). -You will need to install dependencies listed [here](https://github.com/srijs/node-clam-engine#installation). - -If you do not want to use it, you may remove `clam-engine` from the `package.json` file. - -This has only been tested with an Ubuntu machine. +To use, make sure you have ClamAV daemon running, then edit your `config.js` and specify your the daemon's IP and port. ## Running