included command to add upstream (#959)

This commit is contained in:
Doug Crescenzi
2018-06-04 21:31:32 -04:00
committed by Matt Condon
parent 512e8218ca
commit 5db0d7d1a0

View File

@ -20,6 +20,7 @@ As a contributor, you are expected to fork this repository, work on your own for
``` ```
cd openzeppelin-solidity cd openzeppelin-solidity
git remote add upstream https://github.com/OpenZeppelin/openzeppelin-solidity.git
git fetch upstream git fetch upstream
git pull --rebase upstream master git pull --rebase upstream master
``` ```