Files
jekyll/docs/_docs/installation.md
Frank Taillandier 378147d761 Release v4.0.0.pre.alpha1 (#7574)
Merge pull request 7574
2019-03-19 03:03:57 -04:00

1.0 KiB

title, description, permalink
title description permalink
Installation Official guide to install Jekyll on macOS, GNU/Linux or Windows. /docs/installation/

Jekyll is a Ruby Gem that can be installed on most systems.

Requirements

  • Ruby version {{ site.min_ruby_version }} or above, including all development headers (ruby version can be checked by running ruby -v)
  • RubyGems (which you can check by running gem -v)
  • GCC and Make (in case your system doesn't have them installed, which you can check by running gcc -v,g++ -v and make -v in your system's command line interface)

Guides

For detailed install instructions have a look at the guide for your operating system.