From b17c70bc0a4d8fd80d686c6d35e18bb81f13b962 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Tue, 29 Sep 2020 04:07:24 +0900 Subject: [PATCH] Update README, .gitignore (#10) * update readme * update gitignore (test binary, built with go test -c) * update readme --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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: