소스 검색

Added the dependency! Now on BinTray!

Tristan Wiley 10 년 전
부모
커밋
0efe95c4c4
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -1,10 +1,16 @@
 #FloatingActionMenu
 ---
 This is a fork from https://github.com/TristanWiley/FloatingActionMenu, I modified it to support both  circle and line menu.
-The sample shows how to use it.
 
 Check the example for usage, the default is a line. A "circle" can be used by doing
 
+#Usage
+
+Put the following dependency in Gradle:
+
+    compile 'com.novaapps:FloatingActionMenu:1.0'
+
+Check the sample for more information, to make the FloatingActionMenu a circle use the below code.
 ```java
     menu.setIsCircle(true)
 ```