From a865e5b8234ddf3b9c30d3555d832931e5629873 Mon Sep 17 00:00:00 2001 From: JamieEC <48264520+JamieEC@users.noreply.github.com> Date: Sat, 23 May 2020 00:34:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3697325..ab02ae1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Simple script to convert IPv4 addresses to 6to4 addresses. See RFC 3056 for det ## 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 must be ran with Python 3 and in the terminal, does not pause when outputting. This script does not do any input error checking, so expect errors if an incorrect value is entered.