From f91776997b52c8a179d41f5faaae8414f704f0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E6=B3=95=E4=B9=8B=E4=B9=A6=28appotry=29?= Date: Wed, 1 May 2024 16:06:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=BC=96=E8=AF=91=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f800f40..f39d4d97 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ CppJieba是"结巴(Jieba)"中文分词的C++版本 ```sh git clone --depth=10 --branch=master git://github.com/yanyiwu/cppjieba.git cd cppjieba +git submodule init && git submodule update mkdir build cd build cmake ..