Update README_zh.md

This commit is contained in:
Lyon 2022-04-08 09:43:45 +08:00 committed by GitHub
parent a888ece50a
commit fa7d8ec71f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,6 +286,7 @@ cd pikascript/port/linux
step2: 编译项目
```
sh install_dependency.sh # 安装依赖,第一次用时运行
sh pull-core.sh
sh init.sh # 第一次编译前运行,之后就不用运行了
sh make.sh # 编译项目
```