From 33321b2499eab635dc52723b3be5ab220063ae85 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Thu, 28 May 2026 14:40:28 +0200 Subject: [PATCH] Update README with extension registry example Added an example of the extension registry with an image. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c7f41db..cf437bf 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,11 @@ You can install and update QodeAssist directly from within Qt Creator by adding - **Latest (QtC 19)**: `https://github.com/Palm1r/extension-registry/archive/refs/heads/qodeassist.tar.gz` - **QtC 19**: `https://github.com/Palm1r/extension-registry/archive/refs/heads/qodeassist-qtc19.tar.gz` - **QtC 18**: `https://github.com/Palm1r/extension-registry/archive/refs/heads/qodeassist-qtc18.tar.gz` +
+ Example of extension registry: (click to expand) + RegistryExample +
+ 4. Click **Apply** — QodeAssist will appear in the extensions list, where you can **Install** it 5. Updates can be installed from the same screen when a new version is published