added readme :)
This commit is contained in:
parent
6c9f8a574e
commit
7fe0e69424
2 changed files with 31 additions and 0 deletions
31
README.md
Normal file
31
README.md
Normal 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 📸
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
# 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! ❤
|
BIN
screenshots/v1term.png
Normal file
BIN
screenshots/v1term.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
Loading…
Add table
Add a link
Reference in a new issue