From 971d1e94de2438edc2430ca9c3848a2c4fe810b5 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 19 Nov 2021 22:18:12 -0500 Subject: [PATCH] Update README.md --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 165a6f4..375f2b6 100644 --- a/src/README.md +++ b/src/README.md @@ -16,7 +16,7 @@ Windows: A C compiler, ideally [TDM-GCC](https://jmeubank.github.io/tdm-gcc/) If you don't have Go installed, download the corresponding installer for Go from here, or from your package manager (`apt install golang-go`). The latest version of Go is recommended. # 3. Get the Source Files -Download the source files as a zip from the homepage or `git clone` this repository. Next, navigate to the `src/` directory, where you will find the source file. +Download the source files as a zip from the homepage or `git clone` this repository. Next, navigate to the `src/` directory, where you will find the source file (`Picocrypt.go`). # 4. Build From Source Finally, build Picocrypt from source: