diff --git a/README.md b/README.md index 051c145..30a26d7 100644 --- a/README.md +++ b/README.md @@ -24,18 +24,18 @@ make make install # may need sudo ``` -Then load it in databases where you want to use it - -```sql -CREATE EXTENSION vector; -``` - 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) ## Getting Started +Enable the extension (do this once in each database where you want to use it) + +```sql +CREATE EXTENSION vector; +``` + Create a vector column with 3 dimensions ```sql