diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 6 |
2 files changed, 3 insertions, 5 deletions
@@ -1,6 +1,6 @@ [package] name = "hoardom" -version = "1.2.0" +version = "v2.0.0" edition = "2021" description = "Domain hoarding made less painful" default-run = "hoardom" @@ -4,15 +4,13 @@ Allows you to HOARd DOMains but with alot less pain associated with it. > "How to get my IP unbanned by Whois servers" <br> > -- Probably you after using this tool. -## Latest Update : tool now has a wrapper app for desktop* folks! -(No windows support only unix.) -Use the new make file to either `make pkg` for macass or `make deb` for debian systems. If you are running gentoo or anything else just the usual `make install`, to uninstall do `make uninstall` obv. (both install and uninstall will require le sudo or root) +## Latest Update : First Release ! +v2.0.0 marks the first release where I feel like this project can be considered release worthy :)  - ## What is `hoardom`? (a tldr) `hoardom` is a rust based tool with cli, tui and to some degree gui interface. It is intended for checking and tracking the availability and status of domains and domain name ideas. |
