From d1c61ba127366a1ff7a6c56efc19c3dbbcd1cc30 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sun, 22 Sep 2024 16:21:39 +0800 Subject: [PATCH] update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 186c55f..d3de8ee 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ [如何安装xmake?链接](https://gitee.com/tboox/xmake#%E5%AE%89%E8%A3%85) ```bash +git clone --recurse-submodules https://git.zziyu.cn/Zengtudor/DNASequence.git + #编译 -v 表示 verbose 输出详细编译信息具体说明去上面的xmake链接看看 xmake b -v # 运行