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 bd87489 commit d96317b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Alby Lite

A minimal LNURL + Zapper service powered powered by [NWC](https://nwc.dev)
A minimal Lightning address server powered by [NWC](https://nwc.dev)

## Development

Expand Down Expand Up @@ -30,8 +30,10 @@ A minimal LNURL + Zapper service powered powered by [NWC](https://nwc.dev)

### Docker (from source)

docker run -p 8080:8080 $(docker build -q .)
`docker run -p 8080:8080 $(docker build -q .)`

### Deploy on Fly

Make sure to update the `app` name and `BASE_URL` in fly.toml, then run:

- `fly deploy`

0 comments on commit d96317b

Please sign in to comment.