From 6d389a1348d7f20e43cb64ee7acb66855da62bcd Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 12 Aug 2018 19:17:07 +0500 Subject: [PATCH] src/BUILD_UNIX.md: Reorder commands of SE manual build with musl --- 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 26211cc5..e0d923e1 100644 --- a/src/BUILD_UNIX.md +++ b/src/BUILD_UNIX.md @@ -64,8 +64,8 @@ To build the programs from the source code when using musl as libc, run the foll ```bash export USE_MUSL=YES 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