diff --git a/README.md b/README.md index f335743..f7a3a71 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A URL shortener and (maybe) a pastebin server for our #ru community. +## Build instructions + +- `go get -u github.com/go-bindata/go-bindata/...` +- `go generate ./...` +- `go build ./cmd/rushlink` + ## Libraries Use standard-Go-libraries if the job can be done with those. As of now, these diff --git a/handlers/views.go b/handlers/views.go index 74b9acb..2328f6d 100644 --- a/handlers/views.go +++ b/handlers/views.go @@ -1,7 +1,5 @@ package handlers -//go:generate go get github.com/go-bindata/go-bindata -//go:generate go get -u github.com/go-bindata/go-bindata/... //go:generate go-bindata -pkg $GOPACKAGE -prefix ../assets ../assets/... import (