mirror of
https://github.com/tuna/tunasync.git
synced 2025-06-13 04:17:00 +00:00
doc: update README and bump to v0.9.0
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
5fb63e119c
commit
a6a03decf0
@ -51,10 +51,13 @@ PreSyncing Syncing Succe
|
||||
|
||||
## Building
|
||||
|
||||
Go version: 1.13
|
||||
Go version: 1.22
|
||||
|
||||
```shell
|
||||
# for native arch
|
||||
> make all
|
||||
# for other arch
|
||||
> make ARCH=linux-arm64 all
|
||||
```
|
||||
|
||||
Binaries in the `build-linux-amd64/`.
|
||||
Binaries are in `build-$ARCH/`, e.g., `build-linux-amd64/`.
|
||||
|
@ -1,4 +1,4 @@
|
||||
package internal
|
||||
|
||||
// Version of the program
|
||||
const Version string = "0.8.0"
|
||||
const Version string = "0.9.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user