Changed examples commands

This commit is contained in:
Alexander Cerutti
2021-10-18 22:20:02 +02:00
parent 2fc0bdffe9
commit 95d762f6cc
2 changed files with 6 additions and 5 deletions

View File

@@ -7,10 +7,10 @@ Express.js has been inserted as "example package" dipendency.
```sh
$ git clone https://github.com/alexandercerutti/passkit-generator.git;
$ cd passkit-generator && npm install;
$ cd examples && npm install;
$ npm run build;
$ npm run example <the-example-you-want-to-execute>.js
$ cd passkit-generator;
$ npm install;
$ npm run example:install && npm run example:build;
$ npm run example <the-example-you-want-to-execute>;
```
Certificates paths in examples are linked to a folder `certificates` in the root of this project which is not provided.