From 5379bc1cba0ab7d34534e9ff295f4f34a4ba5d00 Mon Sep 17 00:00:00 2001 From: mellodoot Date: Wed, 30 Mar 2022 13:34:36 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ddb5641..348a4e7 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,8 @@ a small cli program written in go that generates random ip addresses and "does t windows: `go build -o ./bin/ipaddrgen.exe ./src` -linux: `go build -o ./bin/ipaddrgen ./src` - -mac: idk I've never built an executable for mac (should be about the same) +linux/mac: `go build -o ./bin/ipaddrgen ./src` --- -enjoy! ❤ \ No newline at end of file +enjoy! ❤