From abe8da3936c30742b7af81f501bc4e28c5ff2ad5 Mon Sep 17 00:00:00 2001 From: SeanCai Date: Mon, 16 Oct 2017 22:45:33 -0500 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E6=96=87=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- idea-plugin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idea-plugin/README.md b/idea-plugin/README.md index 29a5301..fd41084 100644 --- a/idea-plugin/README.md +++ b/idea-plugin/README.md @@ -1,4 +1,4 @@ -# Idea Plugin +# Idea Plugin --- ## Prepare - Project JDK: 1.7+ @@ -23,7 +23,7 @@ gradle runIde -Pidea_version=14.1.7 ``` groovy compile 'com.alibaba.p3c.idea:p3c-common:1.0.0' ``` - +## [中文使用手册](README_cn.md) ## Install ### Install from repositories 1. Settings >> Plugins >> Browse repositories... -- GitLab