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' +} +``` ![](https://github.com/harrycoder/PopMenu/blob/master/app/captures/device-2017-09-01-131654.png) ![](https://github.com/harrycoder/PopMenu/blob/master/app/captures/device-2017-09-01-131746.png)