更新一些自述文件

This commit is contained in:
2024-11-24 20:23:37 +08:00
parent 09dd534675
commit 3f5153b110
9 changed files with 75 additions and 5 deletions

View File

@@ -17,6 +17,10 @@ conan create .
```
- cmake
```shell
git clone https://github.com/WangZhongDian/logging.git
cd logging
cmake build -B build . && cd build && cmake --build .
cmake --install .
```
## usage