mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 10:50:16 +00:00
fix readme headings
This commit is contained in:
parent
f80b0a7962
commit
bd334f03a9
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -62,32 +62,32 @@ even more conveniently.
|
|||
|
||||
## Installation
|
||||
|
||||
**Method 1**
|
||||
### Method 1 (standard)
|
||||
|
||||
```Shell
|
||||
curl -L https://install.pivpn.io | bash
|
||||
```
|
||||
|
||||
**Method 2 (direct link)**
|
||||
### Method 2 (direct link)
|
||||
|
||||
```Shell
|
||||
curl https://raw.githubusercontent.com/pivpn/pivpn/master/auto_install/install.sh | bash
|
||||
```
|
||||
|
||||
**Method 3 (clone repo)**
|
||||
### Method 3 (clone repo)
|
||||
|
||||
```Shell
|
||||
git clone https://github.com/pivpn/pivpn.git
|
||||
bash pivpn/auto_install/install.sh
|
||||
```
|
||||
|
||||
**To install from Test/Development branch**
|
||||
### To install from Test/Development branch
|
||||
|
||||
```shell
|
||||
curl -L https://test.pivpn.io | TESTING= bash
|
||||
```
|
||||
|
||||
### How it works
|
||||
## How it works
|
||||
|
||||
The script will first update your APT repositories, upgrade packages, and install WireGuard (default) or OpenVPN, which will take some time.
|
||||
|
||||
|
|
Loading…
Reference in a new issue