mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 13:26:11 +08:00
contributing.md: update setup instructions for go1.16
This commit is contained in:
parent
1fd9b483c8
commit
7df57cd625
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user