Update README.md
This commit is contained in:
parent
5f8d032b8c
commit
4a4cee9fcb
|
@ -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.
|
||||

|
||||

|
||||
|
|
Loading…
Reference in New Issue