Added humanize library to the install script

This commit is contained in:
Eduard Urbach 2019-03-12 13:46:47 +09:00
parent 997694d7df
commit c3c6269710

View File

@ -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