diff --git a/src/BUILD_UNIX.md b/src/BUILD_UNIX.md index 52ab024a..03d13c48 100644 --- a/src/BUILD_UNIX.md +++ b/src/BUILD_UNIX.md @@ -47,7 +47,7 @@ To build the programs from the source code, run the following commands: ```bash git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git cd SoftEtherVPN -./configure +cmake . make make install ```