add git clone to setup instructions

This commit is contained in:
Maciej L. 2025-03-02 15:31:09 +01:00
parent 6adbae4b57
commit 1b609b5f3a
Signed by: maciej
GPG key ID: 4B09FB92BF90A797

View file

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