From 57269328b894b9385f48782224191b3ff8691fe5 Mon Sep 17 00:00:00 2001 From: satr14 Date: Tue, 21 Jul 2026 21:33:27 +0700 Subject: [PATCH] polish readme a bit --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46e5c3c..08a8c53 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +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 +`` \ No newline at end of file