doc: node sdk now supports windows (#616)

This commit is contained in:
Chang She
2023-11-01 10:04:18 -07:00
committed by GitHub
parent 8068a2bbc3
commit 2835c76336

View File

@@ -10,7 +10,7 @@ npm install vectordb
This will download the appropriate native library for your platform. We currently
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).
yet support musl-based Linux (such as Alpine Linux).
## Usage