0.9dev: Fixed location of `activate.bat` on Windows.

Thanks to Thimal Kempitiya for the patch.


git-svn-id: https://svn.apache.org/repos/asf/bloodhound/trunk@1645828 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/installer/README.rst b/installer/README.rst
index d468f9c..418f99f 100644
--- a/installer/README.rst
+++ b/installer/README.rst
@@ -108,7 +108,7 @@
 
   $ cd bloodhound\installer
   $ virtualenv --system-site-packages bloodhound
-  $ bloodhound\bin\activate.bat
+  $ bloodhound\Scripts\activate.bat
 
 From now on, all shell commands should be run within the activated virtualenv
 so run::
@@ -117,7 +117,7 @@
 
 or::
 
-  $ bloodhound\bin\activate.bat
+  $ bloodhound\Scripts\activate.bat
 
 as appropriate if you need to continue running these instructions in a fresh 
 shell.