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