updated readme (I don't know how to read)
This commit is contained in:
parent
7fe0e69424
commit
b401ec5773
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue