From 228627bf0c98c7a99070bc71e01b5162267891c2 Mon Sep 17 00:00:00 2001 From: e550443 Date: Thu, 9 Jan 2025 18:13:28 +0100 Subject: [PATCH] chore: Add "Quick Start" section to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6c54b64..1528a82 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ This API extension can be used to solve this problem. This API can be called using REST API and in Velocity Context. +## Quick start + +The latest version of the extension can be downloaded from the [releases page](../../releases/latest) and installed to Polarion instance without necessity to be compiled from the sources. +The extension should be copied to `/polarion/extensions/ch.sbb.polarion.extension.api-extender/eclipse/plugins` and changes will take effect after Polarion restart. +> [!IMPORTANT] +> Don't forget to clear `/data/workspace/.config` folder after extension installation/update to make it work properly. + ## Build This extension can be produced using maven: