diff --git a/README.md b/README.md index f227646..49f8533 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - Clone your forked repository on your local computer + git clone url_of_your_fork_on_github - Add an upstream, so that your local copy's remote is pointing to my repository on Github (this repository) - + Move into the the repository (cd WDI12_Homework) + + Move into the repository (cd WDI12_Homework) + git remote add upstream https://github.com/ga-wolf/WDI12_Homework + git pull upstream master