From 9c5da1d56f8299f681647bda4ad723c73ffe9f47 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Wed, 22 Mar 2017 18:24:17 -0700 Subject: [PATCH] Clarifying the staging instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f39d5311bb..2028c9edca 100644 --- a/README.md +++ b/README.md @@ -111,11 +111,11 @@ building. Review the staged site and amend your commit if necessary. Reviewers will also check the staged site before merging the PR, to protect the integrity of [https://docs.docker.com/](https://docs.docker.com/). -## Staging locally +## Staging the docs You have three options: -1. Clone this repo and run our staging container: +1. On your local machine, clone this repo and run our staging container: ```bash git clone https://github.com/docker/docker.github.io.git @@ -136,7 +136,7 @@ You have three options: docker-compose down ``` -2. Use Jekyll directly. +2. Install Jekyll and GitHub Pages on your local machine. a. Clone this repo by running: