From c3c626971056ef65f618abf4a5103e61905d049b Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 12 Mar 2019 13:46:47 +0900 Subject: [PATCH] Added humanize library to the install script --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 09ae69d6..563b0ab3 100755 --- a/install.sh +++ b/install.sh @@ -41,6 +41,9 @@ echo "Looks like the prerequisites were installed correctly!" # Use sudo here to request permissions for later sudo echo "---" +# Humanize library is only used in templates +go get -v github.com/dustin/go-humanize + # Clone and build main repository go get -t -v github.com/animenotifier/notify.moe/... cd $GOPATH/src/github.com/animenotifier/notify.moe