From 26f0f8e8897aea61c78a2ee60a6a684792d8e7fd Mon Sep 17 00:00:00 2001 From: Roland <33993199+rolznz@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:14:02 +0700 Subject: [PATCH] doc: Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efa63e4..8a7657d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ A minimal Lightning address server powered by [NWC](https://nwc.dev) ## Deployment +_Environment variables must be setup, including a postgres database connection. Please see .env.example._ + ### Run with Deno `deno task start` @@ -36,4 +38,6 @@ A minimal Lightning address server powered by [NWC](https://nwc.dev) Make sure to update the `app` name and `BASE_URL` in fly.toml, then run: -- `fly deploy` +- `fly launch` + +_When launching, make sure to include a postgres database when setting up the app, then update your app environment variables with `fly secrets set`._