From e4ab3769ba84a46e23c43a563b199cfcb56aa360 Mon Sep 17 00:00:00 2001 From: core Date: Sat, 16 Dec 2023 12:01:40 -0500 Subject: [PATCH] update platform support doc --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3be8a62..714952f 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ tfclient is designed to be self-contained and as cross-platform as possible. Whe In addition, not all clients support connecting to trifid-api. Both tfclient support tiers and trifid-api connectivity capability are listed below. -| Operating System / Architecture | tfclient support tier | trifid-api compatible? | -|---------------------------------|-----------------------------------|-------------------------------------| -| Windows (all architectures) | Tier 2 - external nebula required | Yes (tfclient/dnclient) | -| Darwin (OSX, MacOS) | Tier 2 - untested, maybe T1 | Yes (tfclient/dnclient) | -| FreeBSD (amd64) | Tier 1 - untested | Yes (tfclient/dnclient) | -| Linux (most architectures) | Tier 1 | Yes (tfclient/dnclient) | -| Android | Unsupported | No (almost - help wanted! see docs) | -| iOS | Unsupported | No (almost - help wanted! see docs) | +| Operating System / Architecture | tfclient support tier | trifid-api compatible? | +|---------------------------------|-----------------------|-------------------------------------| +| Windows (all architectures) | Tier 1 | Yes (tfclient/dnclient) | +| Darwin (OSX, MacOS) | Tier 1 | Yes (tfclient/dnclient) | +| FreeBSD (amd64) | Tier 1 | Yes (tfclient/dnclient) | +| Linux (most architectures) | Tier 1 | Yes (tfclient/dnclient) | +| Android | Unsupported | No (almost - help wanted! see docs) | +| iOS | Unsupported | No (almost - help wanted! see docs) |