Browse Source

update README.md.

pull/45/MERGE
王涛 Gitee 4 years ago
parent
commit
f3d7bd35d4
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README.md

+ 2
- 1
README.md View File

@@ -22,13 +22,14 @@ parser以动态库的方式被调用。
``` ```
git clone https://gitee.com/ascend/parser.git git clone https://gitee.com/ascend/parser.git
cd parser cd parser
git submodule init && git submodule update
``` ```


#### 源码编译 #### 源码编译


在parser根目录执行以下命令编译: 在parser根目录执行以下命令编译:
``` ```
// 正在补充
bash build.sh
``` ```


## 贡献 ## 贡献


Loading…
Cancel
Save