-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: intall cargo #1332
docs: intall cargo #1332
Conversation
Walkthrough这次修改增加了在 Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
Outside diff range and nitpick comments (3)
CONTRIBUTING.md (3)
Line range hint
166-171
: 在 Umi 或 Bigfish 中使用 Xcode 工具进行性能分析提到了在 Umi 或 Bigfish 项目中使用 Xcode 工具进行性能分析,但没有提供具体的分析步骤或示例。这可能会让初学者感到困惑。
如果需要,我可以帮助补充具体的性能分析步骤或示例。
Tools
Markdownlint
168-168: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
169-169: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
Line range hint
129-129
: 修正拼写错误文档中的 "xcode dev tool" 应该是 "Xcode dev tool"。
- xcode dev tool + Xcode dev toolTools
Markdownlint
9-9: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
14-14: null
Fenced code blocks should have a language specified(MD040, fenced-code-language)
Line range hint
193-193
: 避免使用裸露的 URL文档中直接使用了裸露的 URL,建议使用描述性文本来替代 URL,以提高文档的可读性和专业性。
- Refer to https://yuque.antfin.com/mako/vz2gn4/vkp4qs8u4zcuxqoc for details. + Refer to [Mako Release Details](https://yuque.antfin.com/mako/vz2gn4/vkp4qs8u4zcuxqoc) for more information.Tools
Markdownlint
9-9: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
14-14: null
Fenced code blocks should have a language specified(MD040, fenced-code-language)
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- CONTRIBUTING.md (2 hunks)
Additional context used
LanguageTool
CONTRIBUTING.md
[misspelling] ~129-~129: Possible spelling mistake found.
Context: ...ruments/mac). - Install Xcode App from Mac AppStore and switch xcode dev tool with: ```bas...(EN_MULTITOKEN_SPELLING_TWO)
Markdownlint
CONTRIBUTING.md
8-8: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
9-9: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
21-21: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
22-22: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
28-28: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
29-29: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
35-35: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
75-75: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
76-76: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
82-82: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
88-88: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
94-94: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
95-95: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
96-96: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
123-123: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
124-124: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
132-132: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
147-147: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
153-153: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
159-159: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
160-160: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
161-161: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
162-162: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
168-168: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
169-169: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
170-170: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
171-171: null
Dollar signs used before commands without showing output(MD014, commands-show-output)
193-193: null
Bare URL used(MD034, no-bare-urls)
14-14: null
Fenced code blocks should have a language specified(MD040, fenced-code-language)
Install `cargo`. | ||
|
||
``` | ||
curl https://sh.rustup.rs -sSf | sh | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
添加 Cargo 的安装说明
建议为安装命令提供更多背景信息,例如为什么选择这种安装方式,以及安装后的下一步操作是什么。
如果需要,我可以帮助补充相关的背景信息和后续步骤。
Tools
Markdownlint
14-14: null
Fenced code blocks should have a language specified(MD040, fenced-code-language)
@@ -9,6 +9,12 @@ $ git clone git@github.com:umijs/mako.git | |||
$ cd mako | |||
``` | |||
|
|||
Install `cargo`. | |||
|
|||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
指定代码块的语言
在安装 Cargo 的代码块中没有指定语言,这可能会影响 Markdown 渲染的效果。
- ```
+ ```bash
Tools
Markdownlint
14-14: null
Fenced code blocks should have a language specified(MD040, fenced-code-language)
感谢 PR。感觉在 #1339 里的 Install Rust 里已覆盖,先 Close 。 |
Summary by CodeRabbit
cargo
的说明。