1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-09 19:20:41 +03:00

Change the order of commands SE manual installation docs

This commit is contained in:
Moataz Elmasry 2018-08-11 21:03:56 +02:00 committed by GitHub
parent a73fb8c4e7
commit ed594cae6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,8 @@ To build the programs from the source code, run the following commands:
```bash
git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
git submodule init && git submodule update
cd SoftEtherVPN
git submodule init && git submodule update
./configure
make -C tmp
make -C tmp install