Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request gollum#324 from bootstraponline/windowsNote
Browse files Browse the repository at this point in the history
Add windows filename invalid characters notice to readme.
  • Loading branch information
bootstraponline committed May 8, 2012
2 parents 4e86be8 + e782538 commit 4afda64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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)
Expand Down

0 comments on commit 4afda64

Please sign in to comment.