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`