From 51df64096107fefcab0a912ebf412f3f08562454 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 5 Feb 2024 17:01:36 -0800 Subject: [PATCH] Added instructions for pkg [skip ci] --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7456db..7bd93e7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ make install # may need sudo See the [installation notes](#installation-notes) if you run into issues -You can also install it with [Docker](#docker), [Homebrew](#homebrew), [PGXN](#pgxn), [APT](#apt), [Yum](#yum), or [conda-forge](#conda-forge), and it comes preinstalled with [Postgres.app](#postgresapp) and many [hosted providers](#hosted-postgres). There are also instructions for [GitHub Actions](https://github.com/pgvector/setup-pgvector). +You can also install it with [Docker](#docker), [Homebrew](#homebrew), [PGXN](#pgxn), [APT](#apt), [Yum](#yum), [pkg](#pkg), or [conda-forge](#conda-forge), and it comes preinstalled with [Postgres.app](#postgresapp) and many [hosted providers](#hosted-postgres). There are also instructions for [GitHub Actions](https://github.com/pgvector/setup-pgvector). ### Windows @@ -716,6 +716,21 @@ sudo dnf install pgvector_16 Note: Replace `16` with your Postgres server version +### pkg + +Install the FreeBSD package with: + +```sh +pkg install postgresql15-pg_vector +``` + +or the port with: + +```sh +cd /usr/ports/databases/pg_vector +make install +``` + ### conda-forge With Conda Postgres, install from [conda-forge](https://anaconda.org/conda-forge/pgvector) with: