Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Oct 8, 2024
1 parent d96317b commit 26f0f8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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`._

0 comments on commit 26f0f8e

Please sign in to comment.