From e7825387775c85442f841c47464af163abd7720e Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Tue, 8 May 2012 12:17:36 -0600 Subject: [PATCH] Add windows filename invalid notice to readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7f6c10b5..beb9d20f 100644 --- a/README.md +++ b/README.md @@ -472,6 +472,9 @@ like Rack::Auth, OmniAuth, etc. Precious::App.set(:default_markup, :markdown) # set your favorite markup language run Precious::App +## Windows Filename Validation +Note that filenames on windows must not contain any of the following characters `\ / : * ? " < > |`. See [this support article](http://support.microsoft.com/kb/177506) for details. + ## Testing [![Build Status](https://secure.travis-ci.org/github/gollum.png?branch=master)](http://travis-ci.org/github/gollum)