mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-24 16:26:37 +02:00
fix latest install.sh URL
This commit is contained in:
parent
fd80b7b985
commit
8a125bcbd8
1 changed files with 2 additions and 2 deletions
|
|
@ -58,12 +58,12 @@ There's also an `install.sh` script that will automatically download the appropr
|
|||
|
||||
```sh
|
||||
# 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
|
||||
# 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
|
||||
cat install.sh
|
||||
# TODO Test if execute permissions?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue