Skip to content

Commit

Permalink
fix: update AlloyDB instruction order (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
duwenxin99 authored Nov 20, 2023
1 parent 86ebeae commit 334257c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/datastore/alloydb.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ Private IP.
```bash
CREATE EXTENSION vector;
```

1. In a separate shell terminal, change into the root of the project:
1. Change into the extension service directory:

```bash
cd database-query-extension
cd database-query-extension/extension_service
```

1. Install requirements:
Expand All @@ -207,12 +207,6 @@ Private IP.
pip install -r requirements.txt
```

1. Change into the service directory:

```bash
cd database-query-extension/extension_service
```

1. Make a copy of `example-config.yml` and name it `config.yml`.

```bash
Expand Down

0 comments on commit 334257c

Please sign in to comment.