From 9333bef0460f4b603382c63e5d034c0fa7848fd9 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 2 Nov 2023 13:22:19 -0700 Subject: [PATCH] Added link to setup-pgvector [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f1db21..c25b76a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,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) +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). ## Getting Started