Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Walsh committed Mar 23, 2017
1 parent 83727e9 commit 710ac94
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,20 @@ The following features are provided:
* Support for Private, Public, and Partner applications (look at sample_app/index.js for 3 stage support)


# Installation
# Usage

$ npm install xero-node --save
This package will eventually be deployed to npm, but until then you can clone and run, or install as follows:

Edit your package.json and manually include this as a dependency:

```javascript
"dependencies": {
...
"xero-node": "XeroAPI/xero-node"
},
```

This will pull the latest branch from GitHub and use this within your code.

### External Config

Expand Down

0 comments on commit 710ac94

Please sign in to comment.