doc: node sdk now supports windows (#616)

This commit is contained in:
Chang She
2023-11-01 10:04:18 -07:00
committed by Weston Pace
parent 4e9aab9e8b
commit 531c947fc1

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