Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samwillis committed Feb 5, 2024
1 parent 81744de commit 313736e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/tauri-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ bash install-linux.sh

This will take up a few hundreds megabytes of space, during the installation, because the macOS postgres and the linux ollama download is large.

If you are running macOS 13 or greater you may need to crate a symbolic link so that the correct SDK is found while building pgvector.

```shell
cd /Library/Developer/CommandLineTools/SDKs/
sudo ln -s MacOSX.sdk MacOSX11.3.sdk
```

### Run the backend

Start Postgres and Electric using Docker (see [running the examples](https://electric-sql.com/docs/examples/notes/running) for more options):
Expand Down

0 comments on commit 313736e

Please sign in to comment.