From 25d7fabd37971a6cd5c07a63ff9e93d3fffa0a0f Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Wed, 5 Jul 2017 11:03:29 -0500 Subject: [PATCH] Update documentation --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2484679..bf650bc 100644 --- a/readme.md +++ b/readme.md @@ -12,3 +12,4 @@ In theory this will support any VPN that uses openvpn and a basic auth file. * credentials: we link a credential file into the container at build time, add your credentials to this file `deps/creds.x` and they will be copied in when you build the image. this should be a two lined file, first being your username, second your password. you can link this file in at runtime as well, just mount it to `/creds.x`. +* running: execute `make build_web` to build the container and `make run` to run the container with the proper run commands.