Skip to content

Commit 9918094

Browse files
committed
Updated readme [skip ci]
1 parent 919dc63 commit 9918094

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,9 @@ Supports [libpqxx](https://github.com/jtv/libpqxx)
88

99
## Installation
1010

11-
Run:
11+
Add [the headers](https://raw.githubusercontent.com/pgvector/pgvector-cpp/v0.2.0/include) to your project (supports C++17 and greater).
1212

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:
13+
There is also experimental support for CMake and FetchContent:
2214

2315
```cmake
2416
include(FetchContent)

0 commit comments

Comments
 (0)