chore: update README

This commit is contained in:
2026-07-23 13:10:11 +05:30
parent cd412b0eef
commit 9e6f26072e

View File

@@ -1,15 +1,3 @@
# daily-digest # daily-digest
To install dependencies: A script to send a daily digest over an ntfy queue, including device information, weather and USD-INR exchange rate.
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.19. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.