Skip to content

Commit

Permalink
docs: add npx documentation - resolve #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Feb 3, 2020
1 parent 3b8b94b commit 63b420f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ npm install -g @govtechsg/open-attestation

The above command will install the open-attestation CLI to your machine. You will need to have node.js installed to be able to run the command.

You can also opt to use npx:

```bash
npx -p @govtechsg/open-attestation-cli open-attestation <arguments>
```

## Batching Documents

This command process all documents in the input directory and issue all of them in a single
Expand Down Expand Up @@ -85,6 +91,7 @@ open-attestation --version
```



## Help

Run the command without additional args to get help
Expand Down

0 comments on commit 63b420f

Please sign in to comment.