Update README.md
This commit is contained in:
parent
4d832eb788
commit
ed8c532d22
1 changed files with 5 additions and 3 deletions
|
@ -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)
|
||||||
|
<br>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://cloud.githubusercontent.com/assets/2984053/5891657/4cc6526e-a4ab-11e4-9968-1289ebd33d69.png"/>
|
<img src="https://cloud.githubusercontent.com/assets/2984053/5891657/4cc6526e-a4ab-11e4-9968-1289ebd33d69.png"/>
|
||||||
|
|
||||||
|
@ -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.
|
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
|
What you will need to start Coding & Building
|
||||||
=====================================
|
=====================================
|
||||||
|
@ -25,7 +26,8 @@ open up a terminal:
|
||||||
```shell
|
```shell
|
||||||
$ npm install -g cordova ionic
|
$ npm install -g cordova ionic
|
||||||
```
|
```
|
||||||
>You night need superuser privileges . use "sudo"
|
>You night need superuser privileges . use "sudo"<br>
|
||||||
|
>Note: this step you will only need to do once
|
||||||
|
|
||||||
now go to your Working directory and clone the Repo by:
|
now go to your Working directory and clone the Repo by:
|
||||||
```(shell)
|
```(shell)
|
||||||
|
|
Loading…
Reference in a new issue