From ed594cae6b3be6f0c71b25ba86618e816df98651 Mon Sep 17 00:00:00 2001 From: Moataz Elmasry Date: Sat, 11 Aug 2018 21:03:56 +0200 Subject: [PATCH] Change the order of commands SE manual installation docs --- src/BUILD_UNIX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BUILD_UNIX.md b/src/BUILD_UNIX.md index f11f95c7..6e8c95df 100644 --- a/src/BUILD_UNIX.md +++ b/src/BUILD_UNIX.md @@ -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