From f8f2c19454b9b125897e76a5d6888d77ec5e471a Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:05:10 -0400 Subject: [PATCH] fix(readme): update note syntax (#4250) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b239c8accc..81ece0567f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Prowler is available as a project in [PyPI](https://pypi.org/project/prowler-clo pip install prowler prowler -v ``` -More details at [https://docs.prowler.com](https://docs.prowler.com/projects/prowler-open-source/en/latest/) +>More details at [https://docs.prowler.com](https://docs.prowler.com/projects/prowler-open-source/en/latest/) ## Containers @@ -102,8 +102,7 @@ poetry shell poetry install python prowler.py -v ``` -???+ note - If you want to clone Prowler from Windows, use `git config core.longpaths true` to allow long file paths. +> If you want to clone Prowler from Windows, use `git config core.longpaths true` to allow long file paths. # 📐✏️ High level architecture You can run Prowler from your workstation, a Kubernetes Job, a Google Compute Engine, an Azure VM, an EC2 instance, Fargate or any other container, CloudShell and many more.