From d5a725eabde0721a2f27511077186ee25bb31dfe Mon Sep 17 00:00:00 2001 From: Nick Sellen Date: Fri, 30 Nov 2018 11:50:07 +0000 Subject: [PATCH] Include git checkout dev in the readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 335db97..854b356 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ This is a port of the current Wordpress version of the [CoTech Website][] to a s ## Run the site locally You can run the site on your computer as if it were live online using Jekyll. You will need `git` and `ruby` installed on your machine to do this. Then clone the repository - - git clone git@git.coop:cotech/website.git ### ... using docker Make sure you have [docker](https://docs.docker.com/install/) (CE is fine) installed and running, then: + git clone git@git.coop:cotech/website.git cd website + git checkout dev ./dev And visit [localhost:4000](http://localhost:4000) to view the site. @@ -23,7 +23,9 @@ And visit [localhost:4000](http://localhost:4000) to view the site. Install the dependencies for the project + git clone git@git.coop:cotech/website.git cd website + git checkout dev gem install bundler bundle install