From 3814c53b9388fde6005aff8ee543411118980788 Mon Sep 17 00:00:00 2001
From: Evan Su <48808396+HACKERALERT@users.noreply.github.com>
Date: Tue, 28 Sep 2021 17:37:27 -0400
Subject: [PATCH] Update README.md
---
src/README.md | 1 -
1 file changed, 1 deletion(-)
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"