From 621d0a5fe932e3ea9bb6358dc4a7e81e225c59dd Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:27:55 -0400 Subject: [PATCH] Fixed ordering --- src/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/README.md b/src/README.md index a469b6b..9a28f64 100644 --- a/src/README.md +++ b/src/README.md @@ -18,10 +18,10 @@ Download the corresponding installer for Go from go build -ldflags "-s -w -H=windowsgui -extldflags=-static" Picocrypt.go - macOS: go build -ldflags "-s -w" Picocrypt.go - Linux: go build -ldflags "-s -w" Picocrypt.go -# 7. You are now complete. +# 8. You are now complete. You should now see a built executable (`Picocrypt.exe`/`Picocrypt.app`/`Picocrypt`) in your directory. You can run it by double-clicking or executing it in your terminal. If you're on Windows, go and download the `sdelete64.exe` from the list above and place it in the same directory as `Picocrypt.exe`.