From c3209a8e4f8f2a71ad48e69d5b355c7b2cbfdf39 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Tue, 2 Jul 2024 10:17:09 +0200 Subject: [PATCH] add Docker as requirement --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 020f66a..154e4a7 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ SPDX-License-Identifier: Apache-2.0 - Python 3.10+ - Internet connection for accessing ClearlyDefined services +- [Docker](https://www.docker.com/) for generating SBOMs ## Installation @@ -68,9 +69,6 @@ To upgrade compliance-assistant to the newest available version, run this comman pipx upgrade compliance-assistant ``` -For full functionality, the following pieces of software are recommended: - -* [Docker](https://www.docker.com/) ### Other installation methods