This repository is intended to replace the offline help within JabRef and the help on the sourceforge.net page at http://help.jabref.org/.
Feel free to improve the page using the issue tracker or pull requests.
The help content is licensed under CC-BY-4.0
See also our guidelines and quick start guide on contributing.
Execute gem install bundler
, bundle install
, and bundle exec jekyll serve --incremental
to serve this page locally at http://localhost:4000/.
Source: https://help.github.com/articles/using-jekyll-with-pages/#installing-jekyll
At windows, this works with RubyInstaller and the Development Kit.
JRuby doesn't work as the C extensions were dropped.
- Install chocolatey
choco install ruby ruby2.devkit
- Edit
c:\
- Add
- C:/tools/ruby23
at the bottom and save - Execute the steps descsribed above (
gem install bundler
, ...)