make node available to all users

This commit is contained in:
Will Jones
2023-05-25 14:47:56 -07:00
parent 0028b95fd8
commit be910485e7
7 changed files with 95 additions and 195 deletions

View File

@@ -9,7 +9,8 @@ npm install vectordb
```
This will download the appropriate native library for your platform. We currently
support x86_64 Linux, Intel MacOS, and ARM (M1/M2) MacOS.
support x86_64 Linux, aarch64 Linux, Intel MacOS, and ARM (M1/M2) MacOS. We do not
yet support Windows or musl-based Linux (such as Alpine Linux).
## Usage