Compare commits

...

2 Commits

Author SHA1 Message Date
zhyang-dev 4a4cee9fcb
Update README.md 2024-09-11 22:29:37 +08:00
zhyang-dev 5f8d032b8c
Update README.zh_CN.md 2024-09-11 22:29:24 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@
#### 安装教程
0. 激活需要的OpenFOAM环境否则会安装失败
1. 获取该项目源码:`git clone https://github.com/zhyang-dev/of_cmake_config.git`
1. 获取该项目源码:`git clone --depth=1 https://github.com/zhyang-dev/of_cmake_config.git`
2. 安装:`cd of_cmake_config && ./install`
#### 使用说明