From 4a4cee9fcb5d214b349a0626a383f18fa8009676 Mon Sep 17 00:00:00 2001 From: zhyang-dev <24970893+zhyang-dev@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:29:37 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c7a386..e464839 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This project is used to generate `CMakeLists.txt` for OpenFOAM projects. #### Installation Guide 0. Activate the required OpenFOAM environment (otherwise the installation will fail). -1. Obtain the project source code: `git clone https://github.com/zhyang-dev/of_cmake_config.git` +1. Obtain the project source code: `git clone --depth=1 https://github.com/zhyang-dev/of_cmake_config.git` 2. Install: `cd of_cmake_config && ./install` #### Usage Instructions @@ -21,4 +21,4 @@ This project is used to generate `CMakeLists.txt` for OpenFOAM projects. - `vim` + `coc-clangd` The following demonstrates the second scenario based on the icoFoam case. -![Video Demo](demo/occ_demo.gif) \ No newline at end of file +![Video Demo](demo/occ_demo.gif)