diff --git a/README.md b/README.md
index 9625055..a452df8 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,22 @@
popmenu的链接:https://github.com/harrycoder/PopMenu
tooltip的链接:https://github.com/ViHtarb/Tooltip
+## Getting started
+### Gradle
+```java
+allprojects {
+ repositories {
+ ...
+ maven { url 'https://jitpack.io' }
+ }
+ }
+```
+
+```java
+dependencies {
+ compile 'com.github.harrycoder:PopMenu:v1.0'
+}
+```

