From 1b609b5f3a73acb05fd3623a06c0fcafb7d8d567 Mon Sep 17 00:00:00 2001 From: Maciej Date: Sun, 2 Mar 2025 15:31:09 +0100 Subject: [PATCH] add git clone to setup instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 130a539..31d0c7a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This python script downloads messages from an IMAP server, blindly parses them t ### Setup ```bash +git clone https://git.mandarynki.eu/maciej/zst-38-notatki +cd zst-38-notatki python3 -m venv venv source venv/bin/activate pip3 install -r requirements.txt