From fabf38ecb3876409b9cb5cd03393ad9eec25cdb5 Mon Sep 17 00:00:00 2001 From: Martin Danielsson Date: Mon, 15 Feb 2016 11:02:23 +0100 Subject: [PATCH] Added note on XCode command line tools needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f11fa10..af9e00a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ If you find bugs or issues you can [open an issue](https://github.com/Haufe-Lexw If you happen to have Mac OS X device, it is a lot simpler to test your additions using the `jekyll` command line directly; you don't have to set up github pages, and you can still verify everything is fine. -To install `jekyll`, issue the following command in Terminal: +To install `jekyll`, issue the following command in Terminal (I here assume you have the Mac OS X developer command line tools installed, which include ruby/gem): ``` $ sudo gem install jekyll