From fb7d3439fe41d0fd8cef9c7be6e4f8fe17d34ef8 Mon Sep 17 00:00:00 2001 From: Fabian Date: Mon, 17 Apr 2023 21:33:01 +0000 Subject: [PATCH] Update README.md --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 33e5806..33bd8a6 100644 --- a/README.md +++ b/README.md @@ -18,18 +18,15 @@ On other OSes or if you decide not to follow my recommendation run either Note that it both versions of PySide are installed Qt 6 will be preferred. -## Config file +If you don't want to deal with this, you can download pre-packaged executables from the [Releases](https://gitlab.com/faerbit/fime/-/releases) section. -The file path is OS dependant. There is an error message on the first start, which will tell you the correct path for -your OS. +## Configuration -Format: -``` -jira_url = https://jira.company.com -jira_token = aBc1D34 -``` +You probably want to configure the App in the settings dialog before you start using it. -The `jira_token` is a Personal Access Token. See [here](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html) on how to get one. +The Jira URL will just be the base URL to you're Jira Instance (e.g. `https://jira.company.com`) + +The Jira Token is a Personal Access Token. See [here](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html) on how to get one. ## License