From 59424681640e375ceb12c0448e907b48dd2037da Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 11 Jun 2021 22:28:32 +0200 Subject: [PATCH] Document env vars --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4636507..1257a44 100644 --- a/README.md +++ b/README.md @@ -45,5 +45,6 @@ your technology stack. It's a [FastAPI](https://fastapi.tiangolo.com/) application. ``` +$ set -a && source .envrc && set +a $ make ```