diff --git a/.gitignore b/.gitignore index 45d67b3..7750f9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ **/rice-box.go dist hetty -hetty.bolt \ No newline at end of file +hetty.bolt +*.test diff --git a/README.md b/README.md index a69fa0b..3d4a17d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ embedded. **Build from source** ``` -$ go get github.com/dstotijn/hetty +$ GO111MODULE=auto go get -u -v github.com/dstotijn/hetty/cmd/hetty ``` Then export the Next.js frontend app: