Skip to content

Commit

Permalink
Merge pull request #325 from huifeidou/main
Browse files Browse the repository at this point in the history
fix: tour文档顺序调整
  • Loading branch information
bzy-debug authored Nov 12, 2024
2 parents 074aebc + d1c5bbb commit 98a1691
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions moonbit-docs/i18n/zh/docusaurus-plugin-content-docs/current/tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,9 @@

## 安装

### 语言插件

目前 MoonBit 提供的开发支持都是通过 VS Code 插件实现的。转到 [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=moonbit.moonbit-lang) 来下载 MoonBit 语言支持。

### 工具链

> (推荐方式)若您已安装了上述插件,可以通过 action menu 中的 'Install moonbit toolchain' 下载工具链并跳过这部分介绍。
> ![runtime-installation](./imgs/runtime-installation.png)
### 语言环境下载

除去插件支持外,我们还提供一键安装脚本:Linux 和 macOS 用户可以通过以下命令安装
通过一键安装脚本:Linux 和 macOS 用户可以通过以下命令安装

```bash
curl -fsSL https://cli.moonbitlang.cn/install/unix.sh | bash
Expand All @@ -32,6 +25,12 @@ Set-ExecutionPolicy RemoteSigned -Scope CurrentUser; irm https://cli.moonbitlang

安装脚本会将工具链安装到 `$HOME/.moon` 下,并自己添加到 `PATH` 环境变量里。

安装完成后请重新开启终端控制台,并输入 `moon version` 得到类似下面信息表示安装完成。

```
moon 0.1.20241106 (79e45ae 2024-11-06)
```

MoonBit 目前处于活跃开发的阶段,尚不满足生产环境的需求。若需要更新,只需再次运行上述命令即可。

可以通过 `moon new` 交互式地创建新项目(模块),填写好必要信息之后将会在项目路径下生成如下结构
Expand All @@ -53,7 +52,20 @@ my-project

这是一个很典型的项目结构,试试运行 `moon run src/main`

现在可以开始我们的月兔之旅了。



### 语言插件

目前 MoonBit 提供的开发支持都是通过 VS Code 插件实现的。转到 [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=moonbit.moonbit-lang) 来下载 MoonBit 语言支持。

### 工具链

> (推荐方式)若您已安装了上述插件,可以通过 action menu 中的 `Install moonbit toolchain` 下载工具链并跳过这部分介绍。
> ![runtime-installation](./imgs/runtime-installation.png)



## 开始编码

Expand Down

0 comments on commit 98a1691

Please sign in to comment.