ip2cidr

Small and simple program for converting a netmask into a CIDR
git clone https://noxz.tech/git/ip2cidr.git
Log | Files | README | LICENSE

commit: 9a9f9844ce4ed0eed3a8256570611f0e84609cc7
parent: e7589a3458148f3d8f4331a80536861adf02bb07
author: z0noxz <chris@noxz.tech>
date:   Tue, 7 Aug 2018 13:52:44 +0200
update README.md for Make
MREADME.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
 # ip2cidr
 Converts IPADDRESS to CIDR, or return CIDR if already a valid one
 
-install using `cp ./ip2cidr /usr/local/bin` or similar.
+install using `make clean install`.