Pointing to old repo

David 2023-09-18 19:49:03 +02:00
parent b4e62df695
commit ce2c0e4417

@ -36,8 +36,8 @@ git config --global user.email you@example.com
Compile rclone with mount support Compile rclone with mount support
``` ```
go get github.com/ncw/rclone go get github.com/rclone/rclone
cd .\go\src\github.com\ncw\rclone\ cd .\go\src\github.com\rclone\rclone\
go install -tags cmount -v go install -tags cmount -v
rclone -V rclone -V
``` ```