소스 검색

included command to add upstream (#959)

Doug Crescenzi 7 년 전
부모
커밋
5db0d7d1a0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      CONTRIBUTING.md

+ 1 - 0
CONTRIBUTING.md

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