From 41cfc8c66fefff62931a4818442975e03829bd9b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 9 Jul 2015 19:18:35 +0900 Subject: [PATCH] Small updates to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96fa5ac..54c18fa 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ suitable for your needs. If you already have the Go environment and toolchain set up, you can get the latest version by running: ``` -go get github.com/FooSoft/homemaker +$ go get github.com/FooSoft/homemaker ``` Otherwise, you can use the pre-built binaries for the platforms below: @@ -106,7 +106,7 @@ We could have just as easily written this configuration in JSON (or YAML for tha To create symlinks based on this configuration we invoke the `homemaker` utility: ``` -homemaker example.json /mnt/data/config +$ homemaker example.json /mnt/data/config ``` To get a better idea of what `/mnt/data/config` is, let's look at the in-program documentation: