From 89f7a2e8dfd615bb666f0f12fb6e59e0e8d94b42 Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Wed, 31 May 2017 08:05:20 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b12faf..7e96caa 100644 --- a/README.md +++ b/README.md @@ -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: -```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 -go get +go get ./... go build main/duplicacy_main.go ```