Skip to content

Commit

Permalink
docs: Link to release page from install guide
Browse files Browse the repository at this point in the history
Signed-off-by: bo0tzz <git@bo0tzz.me>
  • Loading branch information
bo0tzz committed Jul 1, 2024
1 parent 2a41f5c commit 267c2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Installation from the Debian package requires a dependency on `GLIBC >= 2.31`, e

Debian packages(.deb) are used in distributions based on Debian, such as Ubuntu and many others. They can be easily installed by `dpkg` or `apt-get`.

1. Download the deb package in the release page, and type `sudo apt install vectors-pg15-*.deb` to install the deb package.
1. Download the deb package in [the release page](https://github.com/tensorchord/pgvecto.rs/releases/latest), and type `sudo apt install vectors-pg15-*.deb` to install the deb package.

2. Configure your PostgreSQL by modifying the `shared_preload_libraries` and `search_path` to include the extension.

Expand Down Expand Up @@ -97,7 +97,7 @@ pg_config --sharedir
# /usr/share/pgsql
```

3. Download the zip package in the release page and extract it to a temporary directory.
3. Download the zip package in [the release page](https://github.com/tensorchord/pgvecto.rs/releases/latest) and extract it to a temporary directory.

```sh
wget https://github.com/tensorchord/pgvecto.rs/releases/download/v0.2.1/vectors-pg15_x86_64-unknown-linux-gnu_0.2.1.zip -O vectors.zip
Expand Down

0 comments on commit 267c2b8

Please sign in to comment.