Skip to content

Commit

Permalink
Updated README.md with how to work locally and create a pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
mlvandijk committed Aug 7, 2017
1 parent 57684e3 commit a7522cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ install some software.

### Get the source code

git clone https://github.com/cucumber/docs.cucumber.io.git
Fork this repo to your own account and clone it to your local machine.

git clone https://github.com/<your username here>/docs.cucumber.io.git
cd docs.cucumber.io

### Install the software (Mac)
Expand Down Expand Up @@ -78,6 +80,10 @@ If you make changes to the `sass`, it will be rebuilt if you run the following:

A rebuild of the CSS will trigger a reload of the browser, just like with content.

### Create pull request for your changes
Create a pull request for your changes on your remote repo to the master/origin repo


## Architecture

The site is built with [Hugo](https://gohugo.io), a fast static site generator.
Expand Down

0 comments on commit a7522cf

Please sign in to comment.