Update README.md

This commit is contained in:
Fabian 2023-04-17 21:33:01 +00:00
parent f69ba53f68
commit fb7d3439fe

View File

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