From afaa3ab2253a80e476122bd0afe3af43a1619211 Mon Sep 17 00:00:00 2001
From: Gus Narea <gus@relaycorp.tech>
Date: Wed, 17 Apr 2019 23:41:04 +0100
Subject: [PATCH] Explain how to use theme locally with GitHub Pages

---
 index.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/index.md b/index.md
index 09b08917..0dd25dd7 100644
--- a/index.md
+++ b/index.md
@@ -30,6 +30,8 @@ remote_theme: pmarsceill/just-the-docs
 ```
 <small>You must have GitHub Pages enabled on your repo, one or more Markdown files, and a `_config.yml` file. [See an example repository](https://github.com/pmarsceill/jtd-remote)</small>
 
+[Set up GitHub Pages locally](https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll) so that you can also use this theme locally.
+
 ### Local installation: Use the gem-based theme
 
 1. Install the Ruby Gem
-- 
GitLab