From 6a301c3dee75de4ffa3be81e0a3f53830cf96ad1 Mon Sep 17 00:00:00 2001 From: JamieEC <48264520+JamieEC@users.noreply.github.com> Date: Sat, 23 May 2020 00:32:50 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e32229f..89561a4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # 6to4_converter Simple script to convert IPv4 addresses to 6to4 addresses. See RFC 3056 for details. -IPv4 addresses are entered in the form x.x.x.x without a mask or CIDR +#How to Use +IPv4 addresses are entered in the form x.x.x.x without a mask or CIDR. Equivalent 6to4 address will be given as output, with prefix. + This script must be ran with Python 3 + This script does not do any input error checking, so expect errors if an incorrect value is entered.