docs: shorten quick-start install command to npm i -g#260
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe README's Quick start installation command was updated to use the npm shorthand ChangesREADME Installation Command Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Shortens the quick-start install command in the README from
npm install -gtonpm i -g.The
npm installin the Development section is left unchanged, since it installs local dependencies rather than the global CLI.🤖 Generated with Claude Code
Summary by CodeRabbit
npm i -ginstead of the fullnpm install -g.