forked from TrueCloudLab/rclone
Fix README.txt generation when cross compiling
This commit is contained in:
parent
b4dd693d23
commit
4990535d1b
1 changed files with 5 additions and 7 deletions
|
@ -10,14 +10,12 @@ gox -output "build/{{.OS}}/{{.Arch}}/{{.Dir}}"
|
||||||
cat <<'#EOF' > build/README.txt
|
cat <<'#EOF' > build/README.txt
|
||||||
This directory contains builds of the rclone program.
|
This directory contains builds of the rclone program.
|
||||||
|
|
||||||
Rclone a program designed to stress test your disks and find
|
Rclone is a program to transfer files to and from cloud storage
|
||||||
failures in them.
|
systems such as Google Drive, Amazon S3 and Swift (Rackspace
|
||||||
|
Cloudfiles).
|
||||||
|
|
||||||
Use it to soak test your new disks / memory cards / USB sticks before
|
See the project website here: https://github.com/ncw/rclone for more
|
||||||
trusting your valuable data to it.
|
details.
|
||||||
|
|
||||||
See the project website here: https://github.com/ncw/rclone for
|
|
||||||
more details.
|
|
||||||
|
|
||||||
The files in this directory are organised by OS and processor type
|
The files in this directory are organised by OS and processor type
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue