diff --git a/README.md b/README.md index e6df8c3..7c286f8 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,10 @@ Choose from 3 different AI interaction modes based on your experience level and ![Mode Selection](screenshots/mode-selection.png) +### Installation in KiCad +![Installation Process](screenshots/installation-process.png) +*Installing the plugin through KiCad Plugin Manager* + ### PCB Analysis Automatic analysis provides comprehensive design insights and recommendations. @@ -256,10 +260,16 @@ If you encounter any issues or have questions: ## 📦 Download Options +**Ready to use:** +- 📦 [kic-ai-assistant-v1.3.0-for-import.zip](kic-ai-assistant-v1.3.0-for-import.zip) (~10KB) - Direct import for KiCad Plugin Manager + +**For developers:** +- �� Clone this repository for complete source code, documentation, and screenshots + +> 🎯 **For most users**: Download the **for-import.zip** file - it's specifically prepared for KiCad's Plugin Manager! | File | Size | Description | |------|------|-------------| | [kic-ai-assistant-v1.3.0-for-import.zip](kic-ai-assistant-v1.3.0-for-import.zip) | ~10KB | **Ready-to-import plugin** - Use this for KiCad Plugin Manager | -| [kic-ai-assistant-v1.3.0-with-screenshots.zip](kic-ai-assistant-v1.3.0-with-screenshots.zip) | ~4.7MB | Complete package with screenshots and documentation | > 🎯 **For most users**: Download the **for-import.zip** file - it's specifically prepared for KiCad's Plugin Manager! diff --git a/kic-ai-assistant-v1.3.0-with-screenshots.zip b/kic-ai-assistant-v1.3.0-with-screenshots.zip deleted file mode 100644 index c93a8a4..0000000 Binary files a/kic-ai-assistant-v1.3.0-with-screenshots.zip and /dev/null differ diff --git a/screenshots/installation-process.png b/screenshots/installation-process.png new file mode 100644 index 0000000..96e1e82 Binary files /dev/null and b/screenshots/installation-process.png differ