We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919dc63 commit 9918094Copy full SHA for 9918094
README.md
@@ -8,17 +8,9 @@ Supports [libpqxx](https://github.com/jtv/libpqxx)
8
9
## Installation
10
11
-Run:
+Add [the headers](https://raw.githubusercontent.com/pgvector/pgvector-cpp/v0.2.0/include) to your project (supports C++17 and greater).
12
13
-```sh
14
-git clone --branch v0.2.0 https://github.com/pgvector/pgvector-cpp.git
15
-cd pgvector-cpp
16
-cmake -S . -B build
17
-cmake --build build
18
-cmake --install build # may need sudo
19
-```
20
-
21
-There is also experimental support for FetchContent:
+There is also experimental support for CMake and FetchContent:
22
23
```cmake
24
include(FetchContent)
0 commit comments