From 9b3fcf0b8ed563c2c2a7d49b0c8fa65f5a825fba Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 9 Jul 2015 13:13:00 +0900 Subject: [PATCH] Small tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0592004..8428320 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ mounting specific snapshots, the user is capable of browsing the version data di If you already have the Go environment and toolchain set up, you can get the latest version by running: ``` -go get github.com/FooSoft/vfs +$ go get github.com/FooSoft/vfs ``` Users of Debian-based distributions can use [godeb](https://github.com/niemeyer/godeb) to quickly install the Go compiler on their machines.