update linux test in readme

This commit is contained in:
lyon 2022-01-06 00:07:06 +08:00
parent da0068b1aa
commit 3660f65e75

View File

@ -242,6 +242,7 @@ cd pikascript/port/linux
step2: Compile the project
```
sh install_dependency.sh # install dependency
sh init.sh # Only nedded in the first time.
sh make.sh # Compile the project.
```
@ -253,12 +254,7 @@ sh gtest.sh
step4: Run the banchmark
``` shell
sh test-banchmark.sh
```
step5: Run the demo
``` shell
./build/src/boot/demo06-pikamain/pikascript_demo06-pikamain
sh ci_benchmark.sh
```
# 7.Demo