Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
website:tutorials:how_to_install_jekyll [2015/11/12 23:14] cobatake created |
website:tutorials:how_to_install_jekyll [2021/09/19 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== How to Install Jekyll ====== | ====== How to Install Jekyll ====== | ||
- | The installation instructions can be found on Jekyll's documentation: [[Jekyll Installation|http://jekyllrb.com/docs/installation/]]. | + | The installation instructions can be found on Jekyll's documentation: [[http://jekyllrb.com/docs/installation/|Jekyll Installation]]. |
**For Macs**\\ | **For Macs**\\ | ||
- | Jekyll uses Ruby, which comes installed on macs. You may need to type sudo before the command to install Jekyll. | + | Jekyll uses Ruby, which comes installed on macs, so you do not need to install this prior to installation. You may need to type sudo before the command to install Jekyll. |
+ | Type the following command | ||
+ | |||
+ | sudo gem install jekyll | ||