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

Update README.md

This commit is contained in:
gilbertchen
2017-06-02 16:36:01 -04:00
committed by GitHub
parent 4a1dc01ff4
commit e73354c0f5

View File

@@ -29,8 +29,8 @@ The [design document](https://github.com/gilbertchen/duplicacy-cli/blob/master/D
Duplicacy is written in Go. You can build the executable by running the following commands:
```
git clone https://github.com/gilbertchen/duplicacy-cli.git ~/go/src/github.com/gilbertchen/duplicacy
cd ~/go/src/github.com/gilbertchen/duplicacy/src
git clone https://github.com/gilbertchen/duplicacy.git
cd duplicacy
go get ./...
go build main/duplicacy_main.go
```