From 3359dcca9067215535992b63debe2c6a1ede95ac Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Fri, 14 Jun 2024 23:36:50 -0500 Subject: [PATCH] README.md updates - compatibility table --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e193fbd..e66a695 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,13 @@ This is for my educational purposes of learning rust to do tasks that I have don ## **TESTED ENVIRONMENTS** -* Arch - no (errors in distrobox) -* Debian / Ubuntu - yes (via distrobox) -* OpenMandriva / Mageia - no (no dsitrobox support) -* RHEL / Fedora - yes, primary platform currently being used by myself -* SuSE/ OpenSuSE - yes +|DISTRIBUTION|STATUS| +| :-- | :-- | +|Arch|no (errors in distrobox)| +|Debian / Ubuntu|yes (via distrobox)| +|OpenMandriva / Mageia|no (no dsitrobox support)| +|RHEL / Fedora|yes, primary platform currently being used by myself| +|SuSE/ OpenSuSE|yes| ## **COMPILING**