diff --git a/README.md b/README.md index d5f5dc4d7..2a14b69e7 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ Now with your Terminal at hand you're ready to start. A couple of ground rules f ## Step 1: Get the repo -First you need to fork this [repository](TODO: link to the definition). To do that click on the "Fork" button in the upper right corner of this page. Forking a 'repo' creates a copy of the repository on your Github account. This gives you your own version of the project to experiment with. +First you need to fork this [repository](https://help.github.com/articles/github-glossary/#repository). To do that click on the "Fork" button in the upper right corner of this page. Forking a 'repo' creates a copy of the repository on your Github account. This gives you your own version of the project to experiment with. - +![Fork](./img/fork_button.jpg) Next you need to download those files to your machine so that you can edit them. To do that you need to clone your forked repository. See [this Github guide](https://help.github.com/articles/cloning-a-repository/) on how to do this. diff --git a/img/fork_button.jpg b/img/fork_button.jpg new file mode 100644 index 000000000..3089188cf Binary files /dev/null and b/img/fork_button.jpg differ