Update README.md

This commit is contained in:
zhyang-dev 2024-09-11 22:29:37 +08:00 committed by GitHub
parent 5f8d032b8c
commit 4a4cee9fcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ This project is used to generate `CMakeLists.txt` for OpenFOAM projects.
#### Installation Guide #### Installation Guide
0. Activate the required OpenFOAM environment (otherwise the installation will fail). 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` 2. Install: `cd of_cmake_config && ./install`
#### Usage Instructions #### Usage Instructions