From 7ad3c74ab5602e4b8db7e5b309caabf5ad6aa8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 8 Aug 2023 12:07:45 +0200 Subject: [PATCH] publishing_plugin.md: update information about local installation from disk --- topics/basics/getting_started/publishing_plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/basics/getting_started/publishing_plugin.md b/topics/basics/getting_started/publishing_plugin.md index 52fbaf5cd..b2bcf40ff 100644 --- a/topics/basics/getting_started/publishing_plugin.md +++ b/topics/basics/getting_started/publishing_plugin.md @@ -58,7 +58,7 @@ Once you have [configured Gradle support](configuring_plugin_project.md), and [u For initial upload, manual distribution or local installation, invoke the [`buildPlugin`](tools_gradle_intellij_plugin.md#tasks-buildplugin) Gradle task to create the plugin distribution. If you configured you project to rely on [](plugin_signing.md), use the [`signPlugin`](tools_gradle_intellij_plugin.md#tasks-signplugin) task instead. -The resulting ZIP file is located in build/distributions and can then be installed via drag & drop (or using [plugin manager](https://www.jetbrains.com/help/idea/managing-plugins.html#installing-plugins-from-disk)) +The resulting ZIP file is located in build/distributions and can then be installed via [Install Plugin from Disk...](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk) action or uploaded to a [](custom_plugin_repository.md). ### Providing Your Personal Access Token to Gradle