From c7be20ecb0e90914ef38366872935795df690a84 Mon Sep 17 00:00:00 2001 From: Stephen Eckels Date: Mon, 27 Nov 2023 12:34:18 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 669b360..ccbc9eb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The upstream Go runtime code is extended to handle: # Usage Refer to https://www.mandiant.com/resources/blog/golang-internals-symbol-recovery for reverse engineering details and example usage. -You can download pre-built `linux`, `macos,and `windows` GoReSym binaries from the [Releases tab](https://github.com/mandiant/GoReSym/releases/). +You can download pre-built `linux`, `macos`, and `windows` GoReSym binaries from the [Releases tab](https://github.com/mandiant/GoReSym/releases/). To build from source with a recent Go compiler, invoke the Go compiler: