From e01a0a7fa04f0299f4e15c80feeef12aa11d9ca9 Mon Sep 17 00:00:00 2001 From: sawka Date: Fri, 17 Mar 2023 15:57:01 -0700 Subject: [PATCH] write local-server-bin --- scripthaus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripthaus.md b/scripthaus.md index 8768504e..2f9ec41c 100644 --- a/scripthaus.md +++ b/scripthaus.md @@ -12,5 +12,5 @@ sqlite3 /Users/mike/prompt-dev/prompt.db ```bash # @scripthaus command build -go build -ldflags "-X main.BuildTime=$(date +'%Y%m%d%H%M')" -o ~/prompt-dev/local-server ./cmd +go build -ldflags "-X main.BuildTime=$(date +'%Y%m%d%H%M')" -o bin/local-server ./cmd ```