mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-14 23:33:18 +00:00
Update README.md
This commit is contained in:
@@ -28,9 +28,10 @@ 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:
|
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
|
```
|
||||||
|
git clone https://github.com/gilbertchen/duplicacy-cli.git ~/go/src/github.com/gilbertchen/duplicacy
|
||||||
cd ~/go/src/github.com/gilbertchen/duplicacy/src
|
cd ~/go/src/github.com/gilbertchen/duplicacy/src
|
||||||
go get
|
go get ./...
|
||||||
go build main/duplicacy_main.go
|
go build main/duplicacy_main.go
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user