From 86726e4e49efeadf012a1d1665be82cc37ef3e07 Mon Sep 17 00:00:00 2001 From: threeoh6000 Date: Tue, 12 Nov 2024 19:37:56 +0000 Subject: [PATCH] 1.2.0: add windows support and streamline dev stuff --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6892cff..a412222 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,5 @@ abbiefetch will attempt to gather as much information as possible on systems tha | `netbsd` | NetBSD | | 1.1.0 | Full | | | `freebsd` | FreeBSD | | 1.1.0 | Full | | | `haiku` | Haiku | | 1.1.0 | Limited | | +| `windows` | Microsoft Windows | | 1.2.0 | Full | Relies on wmic.exe and systeminfo.exe | +| `windows/cygwin` | Microsoft Windows | Cygwin | 1.2.0 | Full | Relies on wmic.exe and systeminfo.exe |