From 568f44968ea8e054fdddc30e98c9eb8b17c56872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20R=C3=B8dtang?= Date: Thu, 12 May 2016 11:30:27 +0200 Subject: [PATCH] install misspell on make install. --- scripts/make-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/make-install.sh b/scripts/make-install.sh index 56b81ec..d01652c 100755 --- a/scripts/make-install.sh +++ b/scripts/make-install.sh @@ -4,3 +4,4 @@ go get github.com/tools/godep go get github.com/alecthomas/gometalinter gometalinter --install --update +go get github.com/client9/misspell/cmd/misspell