Skip to content

Commit d3ffc68

Browse files
author
Erik Melton
committed
Update README
1 parent 97d0d9b commit d3ffc68

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ A standalone JavaScript library that helps you display QR-codes or "Pay with Set
55
On a phone a button will be shown, that when pressed opens the Settle app and makes a call to Settle.
66
If the phone does not have Settle installed the user will be redirected to GooglePlay or AppStore.
77

8+
Installing the library
9+
--------------------
10+
NPM:
11+
```
12+
npm install @settleapi/acceptance
13+
```
14+
15+
Yarn:
16+
```
17+
yarn add @settleapi/acceptance
18+
```
19+
820
Building the library
921
--------------------
1022
You need `npm` from [node.js](http://nodejs.org/) to build this library.

0 commit comments

Comments
 (0)