From be7ddec1b021609160cabf4105ab6a376a596ca0 Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Sat, 11 Apr 2015 11:40:43 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7416f03c..b788eccf 100644 --- a/README.md +++ b/README.md @@ -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