Skip to content

Commit 3f5b343

Browse files
authored
Merge branch 'main' into feat/issue-74-clang-tidy-integration
2 parents 8300e00 + 4fb6c6f commit 3f5b343

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ By participating, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md
1212
## Development Setup
1313

1414
### Prerequisites
15-
- Python ≥ 3.9
15+
- Python 3.10 - 3.12
1616
- CMake ≥ 3.26, < 4.0 (`cmake --version`)
1717
- A C++17-compatible compiler (e.g., `g++-11+`, `clang++`, Apple Clang on macOS)
1818

1919
### Clone & Initialize
2020

2121
```bash
22-
git clone --recursive https://github.com/your-org/zvec.git
22+
git clone --recursive https://github.com/alibaba/zvec.git
2323
cd zvec
2424
```
2525

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div align=" center">
1+
<div align="center">
22
<picture>
33
<source media="(prefers-color-scheme: dark)" srcset="https://zvec.oss-cn-hongkong.aliyuncs.com/logo/github_log_2.svg" />
44
<img src="https://zvec.oss-cn-hongkong.aliyuncs.com/logo/github_logo_1.svg" width="400" alt="zvec logo" />
@@ -16,6 +16,10 @@
1616
<a href="https://github.com/alibaba/zvec/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg" alt="License"/></a>
1717
</p>
1818

19+
<p align="center">
20+
<a href="https://trendshift.io/repositories/20830" target="_blank"><img src="https://trendshift.io/api/badge/repositories/20830" alt="alibaba%2Fzvec | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
21+
</p>
22+
1923
<p align="center">
2024
<a href="https://zvec.org/en/docs/quickstart/">🚀 <strong>Quickstart</strong> </a> |
2125
<a href="https://zvec.org/en/">🏠 <strong>Home</strong> </a> |

0 commit comments

Comments
 (0)