Update README
This commit is contained in:
parent
f5c074eb42
commit
de4615b9a6
13
README.md
13
README.md
|
@ -1,16 +1,7 @@
|
||||||
#PyVPN
|
#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
|
### Usage
|
||||||
|
|
||||||
``pyvpn --create-client [clientname]``
|
``pyvpn --create-client [clientname]``
|
||||||
|
@ -30,7 +21,7 @@ Or if that didn't work, try ``easy_install pexpect``
|
||||||
### Compatibilty
|
### Compatibilty
|
||||||
|
|
||||||
This script hasn't been tested for Windows use. It will, however, run in all distributions and RPI too.
|
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
|
### Installation
|
||||||
|
|
Loading…
Reference in New Issue