From f2451911f2a667b194d793be88a15edf5ec0af8f Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Fri, 7 Jul 2017 14:58:10 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23046a3..d016d78 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ The [design document](https://github.com/gilbertchen/duplicacy-cli/blob/master/D ## Getting Started -
Installation +
+Installation + Duplicacy is written in Go. You can run the following command to build the executable (which will be created under `$GOPATH/bin`): ``` @@ -39,7 +41,8 @@ You can also visit the [releases page](https://github.com/gilbertchen/duplicacy-
-
Commands +
+Commands 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: