From fc3909491a3ba554183f7105b93bd1a733806604 Mon Sep 17 00:00:00 2001 From: Alexandros Gidarakos Date: Thu, 14 Dec 2023 07:18:24 +0000 Subject: [PATCH] docs(cloudshell): Add missing steps to workaround (#3191) --- docs/tutorials/aws/cloudshell.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/aws/cloudshell.md b/docs/tutorials/aws/cloudshell.md index 97dbe70c..a1df8a79 100644 --- a/docs/tutorials/aws/cloudshell.md +++ b/docs/tutorials/aws/cloudshell.md @@ -31,9 +31,10 @@ The limited storage that AWS CloudShell provides for the user's home directory c ```shell git clone https://github.com/prowler-cloud/prowler.git cd prowler -git checkout master pip install poetry mkdir /tmp/pypoetry poetry config cache-dir /tmp/pypoetry poetry shell +poetry install +python prowler.py -v ```