Fix build command

This commit is contained in:
2025-09-29 20:54:08 -04:00
parent 3352521e1a
commit e1ddfc4357

View File

@ -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```