From 4cf8dd527d56796fe94031035633e53f4c61a91c Mon Sep 17 00:00:00 2001 From: Akshay Shekhawat Date: Mon, 26 Sep 2022 19:08:26 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65299f35..621ddba9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Run the following in your cloud environment: ```bash git clone https://github.com/metlo-labs/metlo.git cd metlo -docker-compose up +ENCRYPTION_KEY="some random string" EXPRESS_SECRET="some random string" docker-compose up ``` Now visit [http://localhost:8000](http://localhost:8000)