Update README.md for windows env

This commit is contained in:
Yanyi Wu 2024-07-13 17:15:12 +08:00 committed by GitHub
parent c22b6843d3
commit a4e2b67017
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,8 @@ CppJieba是"结巴(Jieba)"中文分词的C++版本
```sh
git clone --depth=10 --branch=master git://github.com/yanyiwu/cppjieba.git
cd cppjieba
git submodule init && git submodule update
git submodule init
git submodule update
mkdir build
cd build
cmake ..