From 01c66a4898747ec0c925cdd2cc1ed1485c087ea5 Mon Sep 17 00:00:00 2001 From: Yaacov Zamir Date: Thu, 12 Oct 2023 10:28:33 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 451741e..251aba9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,13 +49,11 @@ If you’re working with container images, use the following commands to build a Build the Container Image ```bash -Copy code podman build -t quay.io/yaacov/smart-tools . ``` Run the Container Image ```bash -Copy code podman run -it quay.io/yaacov/smart-tools ```