From 62e51984638e284ad6364f80ac463f3d7895c93e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 13 Jun 2016 16:59:59 -0700 Subject: [PATCH] Fix backslashes. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 21c09524..6fd1f033 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ decoding errors. For example:: In addition, some tasks within the build currently expect to be able to use Cygwin on Windows (https://www.cygwin.com/) to do its work. If you have -Cygwin installed in one of the default locations (c:\cygwin or c:\cygwin64) +Cygwin installed in one of the default locations (c:\\cygwin or c:\\cygwin64) then all is well. If you have it installed somewhere else then you can set CYGWIN_BASE in the environment and the build tool will use that for the base dir.