From bbd4f61ddd8c8eb4d68894fe18aebbf01814756a Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 26 Jul 2026 09:51:51 +0300 Subject: [PATCH] readme upd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6ba528..161ef91 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Client-side dependencies: Assumes having Docker and Make. From the repo root: -1. Build (if necessary) and start the server: `make server` +1. Build (if necessary) and start the server: `make -B server` 2. Export the `client.ovpn` file to the current directory: `make ovpn` 3. Stop the server (without removing the data): `make stop-server` 4. Stop the server and remove all data: `make clean`