From e78571d173abc23b057adf728485cc1bb34b4878 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Fri, 22 Jan 2016 14:07:16 +0100 Subject: [PATCH] Use the right go command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e13e593..d543f28 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A small go program that converts pdf-files to booklets using LaTeX. ## Installation -```go install github.com/jjdekker/gobooklet``` +```go get github.com/jjdekker/gobooklet``` ## Usage ```gobooklet [inputFile] ([outputFile])?```