From 401ca9238ca4a5e3928ea6de147742cf8b44679f Mon Sep 17 00:00:00 2001 From: hoytpr Date: Fri, 23 Aug 2019 09:39:22 -0500 Subject: [PATCH] add longer serve command --- _episodes/01-git-collaboration.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_episodes/01-git-collaboration.md b/_episodes/01-git-collaboration.md index f33eae4..76f4798 100644 --- a/_episodes/01-git-collaboration.md +++ b/_episodes/01-git-collaboration.md @@ -85,7 +85,13 @@ While not always necessary, it's a good idea to preview your changes locally bef and making a PR. This way you can be sure that your intended changes render correctly. The lesson web sites are built using Jekyll, so you'll need to -[install Jekyll] to build the site locally. +[install Jekyll] to build the site locally. + +Once you have made your changes, run `jekyll serve` from the root directory of the lesson repository. + +> *Depending on your operating system and installations, you might need* +> *to run a longer command:* `bundle exec jekyll serve --baseurl ''` +> *to get everything working.* Once you have made your changes, run `jekyll serve` from the root directory of the lesson repository. The site will be built locally and can be viewed at .