Skip to content

Commit d549614

Browse files
committed
fix: add instructions on build
1 parent e3675b6 commit d549614

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
static-web-site
2+
static-web-site.exe
23
statik

build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
which statik || go get github.com/rakyll/statik
33
statik -f -src=assets
44
go build
5+
env GOOS=windows go build

0 commit comments

Comments
 (0)