docs(cloudshell): Add missing steps to workaround (#3191)

This commit is contained in:
Alexandros Gidarakos
2023-12-14 07:18:24 +00:00
committed by GitHub
parent 2437fe270c
commit fc3909491a

View File

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