Update README

This commit is contained in:
Miguel Nogueira 2019-09-10 19:59:11 +02:00
parent f5c074eb42
commit de4615b9a6
1 changed files with 2 additions and 11 deletions

View File

@ -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