From 0dfc82c14e93c2b46d60f9b1edcd1cd0f0bfc8f7 Mon Sep 17 00:00:00 2001 From: Kensei Sakai <24488142+libnumafly@users.noreply.github.com> Date: Tue, 27 Feb 2024 03:27:20 +0900 Subject: [PATCH] Update BUILD_UNIX.md for fix location # Using SoftEther without installation Correct location for build output dir. --- 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 340afabc..7034dd4e 100644 --- a/src/BUILD_UNIX.md +++ b/src/BUILD_UNIX.md @@ -228,7 +228,7 @@ You can write your own VPN Server management application in your favorite langua You can use any SoftEtherVPN component (server, client, bridge) without installing it, if you wish so. -In this case please do not run the `make install` command after compiling the source code, and head directly to the **bin/** directory. There you will find the generated binaries for SoftEtherVPN and those could be used without installing SoftEtherVPN. +In this case please do not run the `make install` command after compiling the source code, and head directly to the **build/** directory. There you will find the generated binaries for SoftEtherVPN and those could be used without installing SoftEtherVPN. ************************************ Thank You Using SoftEther VPN !