Skip to content

Commit 3d35cad

Browse files
committed
docs: simplify bootstrap and nudge instructions
1 parent 24ddddb commit 3d35cad

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ Seen post GUIDs are tracked in KV to prevent duplicates after the floor.
8282
If the KV namespace is ever wiped, the sync floor resets on the next run. To backfill from a specific date:
8383

8484
```bash
85-
cp .dev.vars.example .dev.vars # fill in RSS_FEED_URL
8685
npm run bootstrap -- --from=2026-01-01
8786
```
8887

@@ -91,7 +90,6 @@ npm run bootstrap -- --from=2026-01-01
9190
## Re-syndicating a missed post
9291

9392
```bash
94-
cp .dev.vars.example .dev.vars # fill in RSS_FEED_URL if not already done
9593
npm run nudge -- --url=https://your-site.com/blog/the-missed-post
9694
```
9795

0 commit comments

Comments
 (0)