Add disclaimer as a first step

This commit is contained in:
Michal Čihař 2020-12-30 14:06:20 +01:00
parent e19dd7da3b
commit 7d70eff100
1 changed files with 1 additions and 0 deletions

View File

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