Skip to content

Commit

Permalink
Update README, .gitignore (#10)
Browse files Browse the repository at this point in the history
* update readme

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

* update readme
  • Loading branch information
hahwul authored Sep 28, 2020
1 parent 8712151 commit b17c70b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**/rice-box.go
dist
hetty
hetty.bolt
hetty.bolt
*.test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b17c70b

Please sign in to comment.