Update README.md

This commit is contained in:
Evan Su 2021-09-28 17:37:27 -04:00 committed by GitHub
parent a4ebbb5da9
commit 3814c53b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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. Download the source files as a zip from the homepage or `git clone` this repository.
# 4. Build From Source # 4. Build From Source
Finally, build Picocrypt from source:
- Windows: <code>go build -ldflags "-s -w -H=windowsgui -extldflags=-static"</code> - Windows: <code>go build -ldflags "-s -w -H=windowsgui -extldflags=-static"</code>
- macOS: <code>go build -ldflags "-s -w"</code> - macOS: <code>go build -ldflags "-s -w"</code>
- Linux: <code>go build -ldflags "-s -w"</code> - Linux: <code>go build -ldflags "-s -w"</code>