doc: update repo link

This commit is contained in:
Zhuo Yang 2024-09-10 13:57:23 +08:00
parent 33c1e91f4d
commit 412142f88e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ This project is used to generate CMakeLists.txt for OpenFOAM project.
0. Activate OpenFOAM environment:
- Using alias `of2012clang` or `of2012clangdebug`
- source directly: `source $HOME/OpenFOAM/OpenFOAM-v2012/etc/bashrc WM_COMPILER=Clang ...`
1. Get this project: `git clone https://gitee.com/xfygogo/of_cmake_config.git of_cmake_config`
1. Get this project: `git clone https://github.com/zhyang-dev/of_cmake_config.git`
2. Install: `cd of_cmake_config && ./install`
#### Instructions

View File

@ -8,7 +8,7 @@
0. 激活OpenFOAM环境:
- 使用别名 `of2012clang` or `of2012clangdebug`
- 直接source: `source $HOME/OpenFOAM/OpenFOAM-v2012/etc/bashrc WM_COMPILER=Clang ...`
1. 获取该项目源码:`git clone https://gitee.com/xfygogo/of_cmake_config.git of_cmake_config`
1. 获取该项目源码:`git clone https://github.com/zhyang-dev/of_cmake_config.git`
2. 安装:`cd of_cmake_config && ./install`
#### 使用说明