Conversation
WalkthroughThe "Quick Start" section of the documentation was updated to use the correct command-line tool name, changing all instances of Changes
Poem
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/src/content/docs/index.mdx (1)
67-67: Correct CLI initialization command for v3
The updated snippet useswails3 init -n myproject, which matches the v3 alpha CLI tool. For clarity, consider updating the preceding comment on line 63 from# Install wailsto# Install wails3.
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/src/content/docs/index.mdx(1 hunks)
🔇 Additional comments (1)
docs/src/content/docs/index.mdx (1)
71-71: Correct CLI development command for v3
The command has been updated fromwails devtowails3 dev, aligning with the version 3 alpha release.
|
Thank you!! |
|
@leaanthony |
|
Nah, I need to fix them |
|
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>



Just updates the command in the docs homepage to be
wails3instead ofwailsfor the v3 alpha.Summary by CodeRabbit
wails3) for project initialization and development commands.