forked from autonomic-cooperative/cotech-website
		
	Include git checkout dev in the readme
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user