added readme :)

This commit is contained in:
mellodoot 2022-02-22 05:32:59 +00:00
parent 6c9f8a574e
commit 7fe0e69424
2 changed files with 31 additions and 0 deletions

31
README.md Normal file
View file

@ -0,0 +1,31 @@
# ipaddrgen 👩‍💻
### the funny ip address generator
a small cli program written in go that generates random ip addresses and "does things" to them. (often very slowly)
**Q:** *"why would you make this?"*
**A:** I was very bored.
# screenies 📸
![ipaddrgen in action](screenshots/v1term.png)
# install 📀
### requirements:
- go
- that's about it
### how:
windows: `go build -o ./bin/ipaddrgen.exe`
linux: `go build -o ./bin/ipaddrgen`
mac: idk I've never built an executable for mac (should be about the same)
---
enjoy! ❤