Update README, .gitignore (#10)

* update readme

* update gitignore (test binary, built with go test -c)

* update readme
This commit is contained in:
HAHWUL
2020-09-29 04:07:24 +09:00
committed by GitHub
parent 8712151e8f
commit b17c70bc0a
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
dist dist
hetty hetty
hetty.bolt hetty.bolt
*.test

View File

@ -30,7 +30,7 @@ embedded.
**Build from source** **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: Then export the Next.js frontend app: