From 5740f202e38018cc96b0976b259e82d697a9d843 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 15 Mar 2015 16:13:03 +0100 Subject: [PATCH] Add "Golang" keyword to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a7bb27a0..58f8465a7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Restic is a program that does backups right. The design goals are: Building ======== -Install Go (at least 1.3), then run: +Install Go/Golang (at least 1.3), then run: export GOPATH=~/src/go go get github.com/restic/restic/cmd/restic