Unverified Commit ec034c15 authored by nlp-pang's avatar nlp-pang Committed by GitHub
Browse files

Fix build.md (#411)

* fix the build step

* Fix the build step
parent 64c39dd8
...@@ -18,4 +18,5 @@ ...@@ -18,4 +18,5 @@
```shell ```shell
mkdir build && cd build mkdir build && cd build
sh ../generate.sh sh ../generate.sh
make -j$(nproc) && make install
``` ```
...@@ -18,4 +18,5 @@ ...@@ -18,4 +18,5 @@
```shell ```shell
mkdir build && cd build mkdir build && cd build
sh ../generate.sh sh ../generate.sh
make -j$(nproc) && make install
``` ```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment