From 72e7523256e3849ff66924fad1a128b12855b964 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Sun, 2 Oct 2016 13:56:28 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eac53da465..7318f90c99 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ open source and we deeply appreciate contributions from our community! You have three options: -1. (Most performant, slowest setup) Clone this repo, [install the GitHub Pages Ruby gem](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/), then run `jekyll serve` from within the directory. -2. (Slower, fast setup) Clone this repo, and from within the directory, run: +1. (Most performant, slowest setup) Clone this repo, [install Ruby 2.3 or higher (required)](https://www.ruby-lang.org/en/documentation/installation/), [install the GitHub Pages Ruby gem](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/), then run `jekyll serve` from within the directory. +2. (Slow performance on Mac/Windows, fast setup) Clone this repo, and from within the directory, run: ```bash docker run -ti -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages