From 6abdba0a0c8ca74cec378d74ce5dcbd2e82212fe Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Tue, 7 Nov 2023 10:49:20 -0500 Subject: [PATCH] update readme Signed-off-by: Will Murphy --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c5d3ce09..86ed1e41 100644 --- a/README.md +++ b/README.md @@ -167,15 +167,9 @@ Output parameters: ## Windows -Windows is currently supported via Windows Subsystem for Linux (WSL). It is -required to set up a WSL distribution prior to invoking the `sbom-action`, for -example, you can add the small Alpine image: - -```yaml -- uses: Vampire/setup-wsl@v2 - with: - distribution: Alpine -``` +This action is tested on Windows, and should work natively on Windows hosts +without WSL. (Note that it previously required WSL, but should now be run +natively on Windows.) ## Diagnostics