polish readme a bit

This commit is contained in:
Satria 2026-07-21 21:33:27 +07:00
commit 57269328b8

View file

@ -1,3 +1,18 @@
# pr-skimmer-cli
rush through tens of thousands of prs in minutes with custom local code checks right in your terminal
## running
clone this repository and run:
``
bun i
bun src/index.ts
``
## development
run dev script for live reloading:
``
bun run dev
``