diff --git a/src/README.md b/src/README.md
index 1933db9..b957947 100644
--- a/src/README.md
+++ b/src/README.md
@@ -19,6 +19,7 @@ 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"