aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gadbois <enharmonicdistortion@gmail.com>2015-05-21 15:04:14 -0700
committerbeng <beng@soundhound.com>2015-05-21 15:31:13 -0700
commitc6d98ed6a120307183d1a6a788d6ce70c5cee370 (patch)
treef17585b5d243f09c585ea319ef24aa3880a3d4f5
parent8eb2d63ba03335dd9a3d3b4c9f2a70c1b250b7ba (diff)
downloaddsub-c6d98ed6a120307183d1a6a788d6ce70c5cee370.tar.gz
dsub-c6d98ed6a120307183d1a6a788d6ce70c5cee370.tar.bz2
dsub-c6d98ed6a120307183d1a6a788d6ce70c5cee370.zip
Changing to MD
-rw-r--r--README20
-rw-r--r--README.md25
2 files changed, 25 insertions, 20 deletions
diff --git a/README b/README
deleted file mode 100644
index dc7be571..00000000
--- a/README
+++ /dev/null
@@ -1,20 +0,0 @@
-Basic Instructions
-Run these commands to grab dependent libraries:
-git submodule init
-git submodule update
-
-Go to DragSortListView/library, and ServerProxy and build project files with:
-android update project --path ./
-
-Add both projects and all .jar's in the libs folder
-
-SDK Project Dependencies (under sdk -> extras):
-android -> support -> v7 -> appcompat
-android -> support -> v7 -> mediarouter
-google -> google_play_services -> libproject -> google-play-services_lib
-
-SDK Library Dependencies:
-android -> support -> v4 -> android-support-v4.jar
-android -> support -> v7 -> appcompat -> libs android-support-v7-appcompat.jar
-android -> support -> v7 -> mediarouter -> libs -> android-support-v7-mediarouter.jar
-google -> google_play_services -> libproject -> google-play-services_lib -> lib -> google-play-services.jar \ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..343ff873
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+##Basic Instructions
+Grab dependent libraries
+```
+git submodule init
+git submodule update
+```
+
+Go to DragSortListView/library and ServerProxy and build project files
+```
+android update project --path ./
+```
+
+Add both projects and all .jar's in the libs folder
+
+##SDK Project Dependencies
+Under sdk -> extras:<br>
+android -> support -> v7 -> appcompat<br>
+android -> support -> v7 -> mediarouter<br>
+google -> google_play_services -> libproject -> google-play-services_lib
+
+##SDK Library Dependencies
+android -> support -> v4 -> android-support-v4.jar<br>
+android -> support -> v7 -> appcompat -> libs android-support-v7-appcompat.jar<br>
+android -> support -> v7 -> mediarouter -> libs -> android-support-v7-mediarouter.jar<br>
+google -> google_play_services -> libproject -> google-play-services_lib -> lib -> google-play-services.jar