Update README.md

This commit is contained in:
Marcel Ochsendorf 2020-02-02 15:23:13 +01:00 committed by GitHub
parent 5fd5b6e584
commit 4b72d7b8cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,13 +59,13 @@ curl -L https://install.pivpn.dev | bash
**Method 2** **Method 2**
```Shell ```Shell
curl -L https://install.pivpn.dev > pivpn.sh curl -L https://install.pivpn.dev > pivpn.sh
sudo sh pivpn.sh sudo bash pivpn.sh
``` ```
**Method 3** **Method 3**
```Shell ```Shell
git clone https://github.com/pivpn/pivpn.git git clone https://github.com/pivpn/pivpn.git
sudo sh pivpn/auto_install/install.sh sudo bash pivpn/auto_install/install.sh
``` ```
**OBS:** **OBS:**