fix latest install.sh URL

This commit is contained in:
Alex Garcia 2025-01-23 18:41:40 -08:00
parent fd80b7b985
commit 8a125bcbd8

View file

@ -58,12 +58,12 @@ There's also an `install.sh` script that will automatically download the appropr
```sh ```sh
# yolo # yolo
curl -L https://github.com/asg017/sqlite-vec/releases/download/latest/install.sh | sh curl -L 'https://github.com/asg017/sqlite-vec/releases/latest/download/install.sh' | sh
``` ```
```sh ```sh
# ok lets play it safe # ok lets play it safe
curl -o install.sh -L https://github.com/asg017/sqlite-vec/releases/download/latest/install.sh curl -o install.sh -L https://github.com/asg017/sqlite-vec/releases/latest/download/install.sh
# inspect your scripts # inspect your scripts
cat install.sh cat install.sh
# TODO Test if execute permissions? # TODO Test if execute permissions?