Skip to content

Commit e48498d

Browse files
committed
update
1 parent f845138 commit e48498d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/en/docs/guides/build.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ seo:
1818
- Zig version 0.15.1 is required
1919
- Git is required
2020
- pkg-config is required
21+
- esbuild is required
2122

2223
1. Clone the project to your local machine:
2324

@@ -40,7 +41,7 @@ Please refer to [build ci](https://github.com/MikaShell/mika-shell/blob/b916ab3a
4041
```bash
4142
zig build # Build in Debug mode by default
4243
# or
43-
zig build --release-fast # Build in ReleaseFast mode
44+
zig build --release=fast # Build in ReleaseFast mode
4445
```
4546

4647
After running the above commands, the executable will be installed into the `./zig-out/bin` directory.

content/zh-cn/docs/guides/build.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ seo:
1818
- 需要安装 Zig 0.15.1 版本
1919
- 需要安装 Git
2020
- 需要安装 pkg-config
21+
- 需要安装 esbuild
2122

2223
1. 克隆项目到本地:
2324

@@ -40,7 +41,7 @@ cd mika-shell
4041
```bash
4142
zig build # 默认以 Debug 模式构建
4243
# 或者
43-
zig build --release-fast # 以 ReleaseFast 模式构建
44+
zig build --release=fast # 以 ReleaseFast 模式构建
4445
```
4546

4647
执行上述命令后,会将可执行文件安装到 `./zig-out/bin` 目录中。

0 commit comments

Comments
 (0)