Installation
Jekyll is a Ruby Gem that can be installed on most systems.
RequirementsPermalink
- Ruby version 2.2.5 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++ -vandmake -vin your system’s command line interface)
GuidesPermalink
For detailed install instructions have a look at the guide for your operating system.