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! ❤