Updated README

This commit is contained in:
2023-08-13 20:02:03 +02:00
parent 0c558b561a
commit 8b69ca6de9
2 changed files with 51 additions and 47 deletions

View File

@@ -7,7 +7,7 @@ build:
export GO11MODULE="auto" \
go mod download; \
go mod vendor; \
CGO_ENABLED=0 go build -a -ldflags '-s' -installsuffix cgo -o motd-larry cmd/figlet4go/main.go
CGO_ENABLED=0 go build -a -ldflags '-s' -installsuffix cgo -o motd cmd/motdGO/main.go
install:
export GO11MODULE="on"; \