Skip to content

Commit

Permalink
CONTRIBUTING.md: Fix setup instructions (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
palash25 authored Oct 27, 2024
1 parent 350bb37 commit 64cbff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ rustflags = ["-Clink-arg=-Wl,-undefined,dynamic_lookup"]
```bash
git clone https://github.com/tembo-io/pg_vectorize.git

cd pg_vectorize
cd pg_vectorize/extension
```

#### 3.3. Install dependencies

From within the pg_vectorize directory, run the following, which will install `pg_cron`, `pgmq`, and `pgvector`:
From within the pg_vectorize/extension directory, run the following, which will install `pg_cron`, `pgmq`, and `pgvector`:

```bash
make setup
Expand Down

0 comments on commit 64cbff3

Please sign in to comment.