Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Oct 8, 2024
1 parent eebaea9 commit 13bee6b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ A minimal LNURL + Zapper service powered powered by [NWC](https://nwc.dev)

## Deployment

### Run with Deno

`deno task start`

### Docker (from Alby's Container Registry)

`docker run -p 8080:8080 --pull always ghcr.io/getalby/lite:latest`
Expand All @@ -31,10 +35,3 @@ docker run -p 8080:8080 $(docker build -q .)
### Deploy on Fly

- `fly deploy`

## TODOs

- [ ] deploy on fly
- [ ] zapper support
- [ ] NIP-05 support
- [ ] invite links

0 comments on commit 13bee6b

Please sign in to comment.