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 ```