updated readme (I don't know how to read)

This commit is contained in:
mellodoot 2022-02-22 05:37:20 +00:00
parent 7fe0e69424
commit b401ec5773

View file

@ -20,9 +20,9 @@ a small cli program written in go that generates random ip addresses and "does t
### how: ### how:
windows: `go build -o ./bin/ipaddrgen.exe` windows: `go build -o ./bin/ipaddrgen.exe ./src`
linux: `go build -o ./bin/ipaddrgen` linux: `go build -o ./bin/ipaddrgen ./src`
mac: idk I've never built an executable for mac (should be about the same) mac: idk I've never built an executable for mac (should be about the same)