소스 검색

Fix build command

Colin Powell 2 주 전
부모
커밋
e1ddfc4357
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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```