From 8d714b9cd73e01ead7025beb0009a242e37df1ee Mon Sep 17 00:00:00 2001 From: sad0p Date: Wed, 11 Oct 2023 18:29:21 -0400 Subject: [PATCH] updating readme with correct build instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index efd2f34..e68ce4b 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ My motivations are quite simple, I like doing interesting things with the ELFs a # build
 
-[sad0p@Arch-Deliberate d0zer]$ go version
-go version go1.16.3 gccgo (GCC) 11.1.0 linux/amd64
-[sad0p@Arch-Deliberate d0zer]$ go build d0zer.go epiloguejmp.go 
+[sad0p@arch-deliberate d0zer]$ go version
+go version go1.21.2 linux/amd64
+[sad0p@arch-deliberate d0zer]$ go build
 
# Usage