From 089bd0594edd1477b966221b28b56b7a93715fb8 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:44:18 +0200 Subject: [PATCH] Add build status link to README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78f124b..884739a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # QodeAssist +[![Build plugin](https://github.com/Palm1r/QodeAssist/actions/workflows/build_cmake.yml/badge.svg?branch=main)](https://github.com/Palm1r/QodeAssist/actions/workflows/build_cmake.yml) QodeAssist is an AI-powered coding assistant plugin for Qt Creator. It provides intelligent code completion and suggestions for C++ and QML, leveraging large language models through local providers like Ollama. Enhance your coding productivity with context-aware AI assistance directly in your Qt development environment. @@ -38,7 +39,8 @@ ollama run starcoder2:7b ``` 4. Download the QodeAssist plugin. 5. Launch Qt Creator and install the plugin: - - Go to About -> About Plugins + - Go to MacOS: Qt Creator -> About Plugins... + Windows\Linux: Help -> About Plugins... - Click on "Install Plugin..." - Select the downloaded QodeAssist plugin archive file @@ -83,4 +85,4 @@ Create a build directory and run where `` is the relative or absolute path to a Qt Creator build directory, or to a combined binary and development package (Windows / Linux), or to the `Qt Creator.app/Contents/Resources/` directory of a combined binary and development package (macOS), and `` is the -relative or absolute path to this plugin directory. \ No newline at end of file +relative or absolute path to this plugin directory.