summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-20 18:11:43 -0600
committermo khan <mo.khan@gmail.com>2019-10-20 18:11:43 -0600
commit0a7ddbc3baad14ccb2bb2a1069fd13228cf83a58 (patch)
tree3beca2e501da6820c65260c53d94edc37b5cda21
parentf753cd072fc26f1ff422cd32d6a0e8dd4dd63d69 (diff)
Rename README
-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
-