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