From ed8c532d2217bc056e546606ee235ad10a80d549 Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Tue, 3 Feb 2015 02:16:10 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51625f5..9aa5cb6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ - +![](https://img.shields.io/badge/Build-pass-brightgreen.svg) ![](https://img.shields.io/badge/Version%201.0-65%25-yellow.svg) ![](https://img.shields.io/badge/Platform-Android%20%7C%20iOS-blue.svg) +

@@ -12,7 +13,7 @@ This app was inspired by the [JCE Manager Project](https://github.com/liranbg/Jc The JCE Official Mobile app was bad in my opinion so I wanted to do it right. ->>At the moment the app is still in Develop mode, If you would like to try it you can build it yourself or e-mail me to get in the testers group. +>At the moment the app is still in Develop mode, If you would like to try it you can build it yourself or e-mail me to get in the testers group. What you will need to start Coding & Building ===================================== @@ -25,7 +26,8 @@ open up a terminal: ```shell $ npm install -g cordova ionic ``` ->You night need superuser privileges . use "sudo" +>You night need superuser privileges . use "sudo"
+>Note: this step you will only need to do once now go to your Working directory and clone the Repo by: ```(shell)