contributing.md: update setup instructions for go1.16

This commit is contained in:
Nick Gaya 2021-04-03 15:07:52 -07:00 committed by Nick Craig-Wood
parent 1fd9b483c8
commit 7df57cd625
1 changed files with 3 additions and 2 deletions

View File

@ -33,10 +33,11 @@ page](https://github.com/rclone/rclone).
Now in your terminal
go get -u github.com/rclone/rclone
cd $GOPATH/src/github.com/rclone/rclone
git clone https://github.com/rclone/rclone.git
cd rclone
git remote rename origin upstream
git remote add origin git@github.com:YOURUSER/rclone.git
go build
Make a branch to add your new feature