From 0cfd3abb6b292839b9facf203d2d6eff453d7fc3 Mon Sep 17 00:00:00 2001 From: zblurx Date: Sat, 29 Jul 2023 11:03:26 +0200 Subject: [PATCH] update readme --- readme.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index f23a9a9..f884523 100644 --- a/readme.md +++ b/readme.md @@ -34,23 +34,20 @@ We made a talk in french about DPAPI called **DPAPI - Don't Put Administration P ***This tool should be install with [pipx](https://pypi.org/project/pipx/) or in a dedicated virtual environment*** -``` +```bash pipx install donpapi DonPAPI ``` -or +or (with latest commits) -``` -git clone https://github.com/login-securite/DonPAPI.git -cd DonPAPI -python3 -m pipx install . -DonPAPI +```bash +pipx install git+https://github.com/login-securite/DonPAPI.git ``` -or +or (to dev) -``` +```bash git clone git+https://github.com/login-securite/DonPAPI.git cd DonPAPI poetry update