Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Dec 5, 2024
1 parent 57b9640 commit c74b035
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ No verification is done when using npm to install the package. The contents of t

To verify the native `.node` packages, follow the same steps as above using `mongodb-js-zstd-X.Y.Z-platform.tgz` and the corresponding `.sig` file.


## OS Support matrix

| | node12 | node14 | node16 | node18 | node20 |
| ---------------- | ------ | ------ | ------ | ------ | ------ |
| Windows x64 ||||||
| macOS x64 ||||||
| macOS arm64 ||||||
| Linux x64 gnu ||||||
| Linux arm gnu ||||||
| Linux arm64 gnu ||||||
| Linux x64 musl ||||||
| Linux arm64 musl ||||||

## MongoDB Node.js Driver Version Compatibility

Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable.
Expand Down Expand Up @@ -106,5 +92,9 @@ First, install and build the zstd library:

`npm run install-zstd`

Then:
Then build the bindings:

`npm run prebuild`

Then test:
`npm test`

0 comments on commit c74b035

Please sign in to comment.