|
@@ -1,8 +1,8 @@
|
|
|
tunasync
|
|
|
========
|
|
|
|
|
|
-[](https://travis-ci.org/tuna/tunasync)
|
|
|
-[](https://coveralls.io/github/tuna/tunasync?branch=dev)
|
|
|
+
|
|
|
+[](https://coveralls.io/github/tuna/tunasync?branch=master)
|
|
|
[](http://commitizen.github.io/cz-cli/)
|
|
|

|
|
|
|
|
@@ -53,14 +53,10 @@ PreSyncing Syncing Succe
|
|
|
|
|
|
## Building
|
|
|
|
|
|
-Setup GOPATH like [this](https://golang.org/cmd/go/#hdr-GOPATH_environment_variable).
|
|
|
-
|
|
|
-Then:
|
|
|
+Go version: 1.13
|
|
|
|
|
|
```
|
|
|
-go get -d github.com/tuna/tunasync/cmd/tunasync
|
|
|
-cd $GOPATH/src/github.com/tuna/tunasync
|
|
|
-make
|
|
|
+make all
|
|
|
```
|
|
|
|
|
|
-If you have multiple `GOPATH`s, replace the `$GOPATH` with your first one.
|
|
|
+Binaries in the `build/`.
|