From 0a7ddbc3baad14ccb2bb2a1069fd13228cf83a58 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 20 Oct 2019 18:11:43 -0600 Subject: Rename README --- README.md | 9 +++++++++ readme.mkd | 18 ------------------ 2 files changed, 9 insertions(+), 18 deletions(-) create mode 100644 README.md delete mode 100644 readme.mkd 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 - -- cgit v1.2.3