Skip to content

Commit

Permalink
update installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliiBlagodir committed Jun 26, 2015
1 parent f181479 commit 9727f9f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,25 @@ New in 0.8.0 (Android Only):

## Installation

1) Make sure that you have [Node](http://nodejs.org/) and [Cordova CLI](https://github.com/apache/cordova-cli) or [PhoneGap's CLI](https://github.com/mwbrooks/phonegap-cli) installed on your machine.

2) Add a plugin to your project using Cordova CLI:
- Local development workflow using [Cordova CLI](http://cordova.apache.org/docs/en/edge/)

```bash
cordova plugin add cordova-plugin-datepicker
```
Or using PhoneGap CLI:

- Local development workflow using [PhoneGap CLI](http://phonegap.com/install/)

```bash
phonegap local plugin add cordova-plugin-datepicker
```

- Cloud-based development workflow using [PhoneGap Build](http://build.phonegap.com)

```bash
<gap:plugin name="cordova-plugin-datepicker" source="npm" />
```


## Usage

```js
Expand Down

0 comments on commit 9727f9f

Please sign in to comment.