~ chicken-core (chicken-5) 08e462c8895ac934de85ca1e82261562e29cea86
commit 08e462c8895ac934de85ca1e82261562e29cea86
Author: Kristian Lein-Mathisen <kristian@adellica.com>
AuthorDate: Fri Aug 17 14:59:41 2018 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Thu Aug 23 21:40:25 2018 +0200
Give a path example for clarity in the README
Because it isn't clear if you should use PREFIX=/c/chicken/ or
C:/chicken/.
Signed-off-by: Peter Bex <peter@more-magic.net>
diff --git a/README b/README
index 053ea083..eb41ab03 100644
--- a/README
+++ b/README
@@ -546,7 +546,8 @@ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/
- When installing under the mingw-msys platform, PREFIX must be an
absolute path name (i.e. it must include the drive letter) and
- must use forward slashes (no backward slashes).
+ must use forward slashes (no backward slashes), for example
+ "PREFIX=C:/chicken/".
- When installing under mingw, with a windows shell
("cmd.exe"), pass an absolute pathname (including the
Trap