From e1ddfc435752c91218e109c530988f7053a9ddb8 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 29 Sep 2025 20:54:08 -0400 Subject: [PATCH] Fix build command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 709662e..e6f6ba1 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ Ensure you have Go version 1.21 or greater installed. Personally I use https://g In this directory, run: -```go build camcap.go build/camcap``` +```go build -o build/camcap camcap.go```