From 4723bd049fa17e7bc105ee64ceb73f351f479865 Mon Sep 17 00:00:00 2001
From: Evan Su <48808396+HACKERALERT@users.noreply.github.com>
Date: Fri, 19 Nov 2021 22:16:59 -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 c240941..165a6f4 100644
--- a/src/README.md
+++ b/src/README.md
@@ -13,7 +13,7 @@ xcode-select --install
Windows: A C compiler, ideally [TDM-GCC](https://jmeubank.github.io/tdm-gcc/)
# 2. Install the Go Programming Language
-If you don't have Go installed, download the corresponding installer for Go from here, or from your package manager (`sudo apt install golang-go`). The latest version of Go is recommended.
+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.