From 7d70eff100ba87346bdee8cd14de4966fe17738a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 30 Dec 2020 14:06:20 +0100 Subject: [PATCH] Add disclaimer as a first step --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de49c1d..03b5cc0 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ myself. Pull requests are still welcome though. ## Usage +0. Review the script code, most likely it will not work out of box for you. 1. Prepare virtualenv and install dependencies: `virtualenv .venv --python python 3; . .venv/bin/activate ; pip install -r requirements.txt` 2. Start `rt2zammad.py`, it will display template for configuration file. 3. Fill in the template and save it as `rt2zammad.json`.