From 0cb3abf2b5439d6d0bb18300c8007561f9e70ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9van=20Le=20Meur?= <1636769+slemeur@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:05:39 +0100 Subject: [PATCH] Update README.md (#165) Add support for Windows since #94 is closed --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 626af320..0353c3c8 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,9 @@ Disclaimer: This is **EXPERIMENTAL** and all features are subject to change as w **Hardware:** * macOS Silicon +* Windows -Note: Windows & Linux not supported, but coming soon +Note: Linux not supported, but coming soon (see #93) **Software:** * [Podman Desktop 1.7.0+](https://github.com/containers/podman-desktop) @@ -217,4 +218,4 @@ git clone https://github.com/containers/podman-desktop git clone https://github.com/containers/podman-desktop-extension-bootc cd podman-desktop yarn watch --extension-folder ../podman-desktop-extension-bootc -``` \ No newline at end of file +```