From 587cbcf15b61d91cb806c3b395161331faa97e9c Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 2 Apr 2023 10:46:44 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f25495..04c8b6c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Then load it in databases where you want to use it CREATE EXTENSION vector; ``` -See the [installation notes](#additional-installation-instructions) if you run into issues +See the [installation notes](#installation-notes) if you run into issues You can also install it with [Docker](#docker), [Homebrew](#homebrew), [PGXN](#pgxn), [Yum](#yum), or [conda-forge](#conda-forge) @@ -341,7 +341,7 @@ Function | Description --- | --- avg(vector) → vector | arithmetic mean -## Additional Installation Instructions +## Installation Notes ### Multiple Postgres Installations @@ -376,6 +376,8 @@ nmake /F Makefile.win nmake /F Makefile.win install ``` +## Additional Installation Methods + ### Docker Get the [Docker image](https://hub.docker.com/r/ankane/pgvector) with: