diff --git a/src/README.md b/src/README.md
index b957947..1933db9 100644
--- a/src/README.md
+++ b/src/README.md
@@ -19,7 +19,6 @@ If you don't have Go installed, download the corresponding installer for Go from
Download the source files as a zip from the homepage or `git clone` this repository.
# 4. Build From Source
-Finally, build Picocrypt from source:
- Windows: go build -ldflags "-s -w -H=windowsgui -extldflags=-static"
- macOS: go build -ldflags "-s -w"
- Linux: go build -ldflags "-s -w"