From 041b01f171b9a72eba32855df7b53b4fc53114ec Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Sat, 1 Sep 2012 12:33:08 -0600 Subject: [PATCH] Fix #490 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24c3de86..47023643 100644 --- a/README.md +++ b/README.md @@ -497,9 +497,13 @@ like Rack::Auth, OmniAuth, etc. Precious::App.set(:wiki_options, {:universal_toc => false}) run Precious::App -## Windows Filename Validation +## 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. +## LIB.SO ERROR + +`Could not open library 'lib.so'` may be solved by installing `python-devel` on Fedora or `python-dev` on Ubuntu. + ## CONTRIBUTE If you'd like to hack on Gollum, start by forking my repo on GitHub: