1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Merge branch 'master' of https://github.com/gilbertchen/duplicacy into pref-dir

This commit is contained in:
Etienne Charlier
2017-06-12 19:28:52 +02:00
2 changed files with 3 additions and 6 deletions

View File

@@ -26,16 +26,13 @@ The [design document](https://github.com/gilbertchen/duplicacy-cli/blob/master/D
## Getting Started ## Getting Started
Duplicacy is written in Go. You can build the executable by running the following commands: Duplicacy is written in Go. You can run the following command to build the executeable (which will be created under `$GOPATH/bin`):
``` ```
git clone https://github.com/gilbertchen/duplicacy.git go get -u github.com/gilbertchen/duplicacy/...
cd duplicacy
go get ./...
go build main/duplicacy_main.go
``` ```
You can also visit the [releases page](https://github.com/gilbertchen/duplicacy-cli/releases/latest) to download the version suitable for your platform. Installation is not needed. You can also visit the [releases page](https://github.com/gilbertchen/duplicacy-cli/releases/latest) to download the pre-built binary suitable for your platform..
Once you have the Duplicacy executable on your path, you can change to the directory that you want to back up (called *repository*) and run the *init* command: Once you have the Duplicacy executable on your path, you can change to the directory that you want to back up (called *repository*) and run the *init* command: