From e95170dc964c50d880743483194ca851ff7b779c Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 7 Feb 2016 21:36:57 +0100 Subject: [PATCH] Fix minor mistake in README installation instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d804159..f031a50 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ With htwtxt written in Go, the following instructions expect a Go development environment with the go tool () installed, and the $GOPATH set: - git clone https://github.com/plomlompom/htwtxt $GOPATH/src/ + git clone https://github.com/plomlompom/htwtxt $GOPATH/src/htwtxt go get htwtxt mkdir ~/htwtxt cp -R $GOPATH/src/htwtxt/templates ~/htwtxt