From de4615b9a6bdc39aff72b09e8ce85b4f5ed5e867 Mon Sep 17 00:00:00 2001 From: miguel456 Date: Tue, 10 Sep 2019 19:59:11 +0200 Subject: [PATCH] Update README --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4ed134a..fa934d0 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,7 @@ #PyVPN -## Suitable for RasperryPI3 Model B+ +## Suitable for RasperryPI 3 Model B+ (tested on Raspbian NOOBS) -### Error exit codes: - -``` -0: ran successfully -1: no config file found -2: missing options -3: missing client name after options -``` - ### Usage ``pyvpn --create-client [clientname]`` @@ -30,7 +21,7 @@ Or if that didn't work, try ``easy_install pexpect`` ### Compatibilty This script hasn't been tested for Windows use. It will, however, run in all distributions and RPI too. -You need to have Python installed for this to work. +You need to have Python 3 installed for this to work. ### Installation