Update README.md.

master
fengqiangguo 2023-08-26 16:46:24 +08:00
parent 14ace8c3f9
commit 89f34871aa
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
# DesignPattern
Jungle设计模式系列
## How to compile
### Windows
```{.line-numbers}
mkdir build
cd build
cmake -G "MinGW Makefiles" ../
make
```
## 感谢
感谢@ichdream, @sterben-01对本项目的贡献也欢迎和支持更多coder提出修改和指正