Revert "Update README.md"

This reverts commit 3814c53b93.
This commit is contained in:
Evan Su 2021-09-28 20:34:50 -04:00
parent 3814c53b93
commit 8ece351a7a
1 changed files with 1 additions and 0 deletions

View File

@ -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: <code>go build -ldflags "-s -w -H=windowsgui -extldflags=-static"</code>
- macOS: <code>go build -ldflags "-s -w"</code>
- Linux: <code>go build -ldflags "-s -w"</code>