1.1 KiB
1.1 KiB
title | description | permalink |
---|---|---|
Installation | Official guide to install Jekyll on macOS, GNU/Linux or Windows. | /docs/installation/ |
Jekyll is a [Ruby Gem]({{ '/docs/ruby-101/#gems' | relative_url }}) that can be installed on most systems.
Requirements
- Ruby version {{ site.data.ruby.min_version }} or higher, including all development headers (check your Ruby version using
ruby -v
) - RubyGems (check your Gems version using
gem -v
) - GCC and Make (check versions using
gcc -v
,g++ -v
, andmake -v
)
Guides
For detailed install instructions, follow the guide for your operating system.
- [macOS]({{ '/docs/installation/macos/' | relative_url }})
- [Ubuntu]({{ '/docs/installation/ubuntu/' | relative_url }})
- [FreeBSD]({{ '/docs/installation/freebsd/' | relative_url }})
- [Other Linux]({{ '/docs/installation/other-linux/' | relative_url }})
- [Windows]({{ '/docs/installation/windows/' | relative_url }})