Update README.md

This commit is contained in:
Dawa Ometto
2015-04-11 11:40:43 +02:00
parent 5781ac6bbd
commit be7ddec1b0
+4 -2
View File
@@ -7,6 +7,8 @@ gollum -- A wiki built on top of Git
## DESCRIPTION
**New: Gollum is now compatbile with JRuby. Just run `gem install gollum` to install.**
Gollum is a simple wiki system built on top of Git.
Gollum wikis are simply Git repositories that adhere to a specific format.
@@ -23,9 +25,9 @@ Gollum follows the rules of [Semantic Versioning](http://semver.org/) and uses
## SYSTEM REQUIREMENTS
- Python 2.5+ (2.7.3 recommended)
- Ruby 1.9.3+ (1.9.3 recommended)
- Ruby 1.9.3+ (1.9.3 recommended) (JRuby compatible!)
- Unix like operating system (OS X, Ubuntu, Debian, and more)
- Will not work on Windows (because of [grit](https://github.com/github/grit))
- Will not work on Windows with the default [grit](https://github.com/github/grit) adapter, but might work via JRuby (please let us know!)
## SECURITY