Skip to content

Commit

Permalink
Update the opam repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Sep 28, 2016
1 parent a277b6f commit b50f275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ opam switch 4.03.0

* This binding is available in opam
```Shell
opam install cordova-plugin-push
opam install cordova-plugin-push-notifications
```

* You can also pin the repository with
```Shell
opam pin add cordova-plugin-push https://github.com/dannywillems/ocaml-cordova-plugin-push.git
opam pin add cordova-plugin-push-notifications https://github.com/dannywillems/ocaml-cordova-plugin-push.git
```

To compile your project, use
```Shell
ocamlfind ocamlc -c -o [output_file] -package gen_js_api -package cordova-plugin-push [...] -linkpkg [other arguments]
ocamlfind ocamlc -c -o [output_file] -package gen_js_api -package cordova-plugin-push-notifications [...] -linkpkg [other arguments]
```

Don't forget to install phonegap-plugin-push with
Expand Down

0 comments on commit b50f275

Please sign in to comment.