Update README.md

This commit is contained in:
gilbertchen
2017-07-07 14:58:10 -04:00
committed by GitHub
parent ac655c8780
commit f2451911f2

View File

@@ -28,7 +28,9 @@ The [design document](https://github.com/gilbertchen/duplicacy-cli/blob/master/D
## Getting Started ## Getting Started
<details> <summary>Installation</summary> <details>
<summary>Installation</summary>
Duplicacy is written in Go. You can run the following command to build the executable (which will be created under `$GOPATH/bin`): 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-
</details> </details>
<details> <summary>Commands</summary> <details>
<summary>Commands</summary>
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: