Skip to content

添加MNI的跳转 #12

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/quickstart/01project/01create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lastUpdated: true

# Getting Started

MCFPP currently offers two usage methods: directly using the command line or building with Gradle. For simple functionalities, the command line is recommended. Gradle provides more extensive support, such as MNI.
MCFPP currently offers two usage methods: directly using the command line or building with Gradle. For simple functionalities, the command line is recommended. Gradle provides more extensive support, such as [MNI](../11mni/01mni-framework.md).

## Compiling with Command Line

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/quickstart/01project/01create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lastUpdated: true

# 开始使用

MCFPP目前提供了两种使用方法:直接使用命令行,或者借助Gradle进行构建。如果只是使用简单的功能,推荐使用命令行。Gradle则提供了更多的功能支持,例如MNI
MCFPP目前提供了两种使用方法:直接使用命令行,或者借助Gradle进行构建。如果只是使用简单的功能,推荐使用命令行。Gradle则提供了更多的功能支持,例如[MNI](../11mni/01mni-framework.md)

## 使用命令行编译

Expand Down