Commit 0a7ddbc

mo khan <mo.khan@gmail.com>
2019-10-21 00:11:43
Rename README
1 parent f753cd0
Changed files (2)
README.md
@@ -0,0 +1,9 @@
+# Jive
+
+Add a little jive talk to your csharp.
+
+## Getting Started
+
+```bash
+$ ./bin/test
+```
readme.mkd
@@ -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
-