From bde34fefb05c2d9e59a8338cc72ae1b57062f274 Mon Sep 17 00:00:00 2001 From: geeklog Date: Fri, 1 Dec 2023 10:50:52 +0800 Subject: [PATCH] Add an IDEA mininum version requirement statement. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b7e7cb9..390450f6 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,11 @@ This innovative AI-based plugin is set to supercharge your development process. ## Installation +Currently, the plugin has version requirements for IntelliJ IDEA. The minimum required version is 2021.2, make sure you have the appropriate version installed before attempting to use the plugin. + There are three ways for installing plugins: -- idea official marketplace - currently in the beta testing phase and not yet available on the market. It will be available on the market after the release of the official version. +- IDEA official marketplace - currently in the beta testing phase and not yet available on the market. It will be available on the market after the release of the official version. - Installation via compressed package - select "install from disk" in the plugin page settings, and then import the zip package. The download link for the compressed package is available in [Release page](). ![img.png](doc/images/screenshot/cn/install_from_disk.png)