From 03dff2575ca32768aeb3bd6a06dc5c500cb8edd2 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 14 Oct 2020 12:26:44 +0800 Subject: [PATCH] docs: add freebsd to support martrix --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 554cbec0..f5871e1c 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,13 @@ A minimal library for building compiled `NodeJS` add-ons in `Rust`. ![Linux-N-API-3](https://github.com/napi-rs/napi-rs/workflows/Linux-N-API-3/badge.svg) ![Linux-musl](https://github.com/napi-rs/napi-rs/workflows/Musl/badge.svg) ![macOS/Linux/Windows](https://github.com/napi-rs/napi-rs/workflows/Test/badge.svg) +[![FreeBSD](https://api.cirrus-ci.com/github/napi-rs/napi-rs.svg)](https://cirrus-ci.com/github/napi-rs/napi-rs?branch=master) ## Operating Systems -| Linux | macOS | Windows x64 MSVC | -| ----- | ----- | ---------------- | -| ✓ | ✓ | ✓ | +| Linux | macOS | Windows x64 MSVC | FreeBSD | +| ----- | ----- | ---------------- | ------- | +| ✓ | ✓ | ✓ | ✓ | ## NodeJS