From cb731824cecab01d70da5b445c7334c0de8d6c75 Mon Sep 17 00:00:00 2001 From: Raymond Hammarling Date: Fri, 7 Aug 2015 20:26:07 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70c4b82..827b5a2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You need to have FUSE installed (or Dokany on Windows) Using this on Windows is slightly more complicated. You need to install [Dokany](https://github.com/dokan-dev/dokany) (for `dokanfuse.lib`, `dokanctl.exe`, driver and service) **and** clone its repo (for the headers). -Once the Dokany repo is cloned, you also need to set environment variable `DOKAN_FUSE_INCLUDE` to the path to `*dokany repo*\dokan_fuse\include`. +Once the Dokany repo is cloned, you also need to set environment variable `DOKAN_INSTALL_DIR` to the path to `DokenLibrary` of your Dokany installaton, and `DOKAN_FUSE_INCLUDE` to the path to `*dokany repo*\dokan_fuse\include`. ## Usage