From 8ece351a7ad6e1c724fedf2b3e32424c6fb80e58 Mon Sep 17 00:00:00 2001
From: Evan Su <48808396+HACKERALERT@users.noreply.github.com>
Date: Tue, 28 Sep 2021 20:34:50 -0400
Subject: [PATCH] Revert "Update README.md"
This reverts commit 3814c53b9388fde6005aff8ee543411118980788.
---
src/README.md | 1 +
1 file changed, 1 insertion(+)
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"