From 4a8a14afdf71f81859b425d6d90a3a6cbffb36a3 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 22 Aug 2023 00:05:19 +0800 Subject: [PATCH] docs: add jetbrains downloads to README (#366) --- clients/intellij/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/intellij/README.md b/clients/intellij/README.md index 7c65eaa..454a48f 100644 --- a/clients/intellij/README.md +++ b/clients/intellij/README.md @@ -1,4 +1,5 @@ # Tabby Plugin for IntelliJ Platform +[![JetBrains plugins](https://img.shields.io/jetbrains/plugin/d/22379-tabby)](https://plugins.jetbrains.com/plugin/22379-tabby) ## Requirements - Tabby plugin works with all IntelliJ Platform IDEs that have build 2022.2.5 or later versions, such as Idea, PyCharm, Android Studio, and more. @@ -8,4 +9,4 @@ You can install Tabby plugin from the IntelliJ Platform [plugin marketplace](https://plugins.jetbrains.com/plugin/22379-tabby). ## Development and Build -To develop and build Tabby plugin, please clone this directory and open it with IntelliJ Idea. \ No newline at end of file +To develop and build Tabby plugin, please clone this directory and open it with IntelliJ Idea.