summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
-rw-r--r--readme.mkd18
2 files changed, 9 insertions, 18 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fccc08c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# Jive
+
+Add a little jive talk to your csharp.
+
+## Getting Started
+
+```bash
+$ ./bin/test
+```
diff --git a/readme.mkd b/readme.mkd
deleted file mode 100644
index 29f13e1..0000000
--- a/readme.mkd
+++ /dev/null
@@ -1,18 +0,0 @@
-# building gorilla.commons
-------------------------
-If you like any of the content, please fork it if you like.
-
-## to get started
----------------
-1. Go to the build directory and copy the 'local.properties.xml.template' file and name it local.properties.xml
-2. Open the local.properties.xml file and change any settings in it that apply to you specific machine
-3. Open a command prompt in the root folder and type:
-
- $ ./build.bat compile
-
- The assemblies get compiled to build/compile/
-
-4. To run the tests
-
- $ ./build.bat test
-