Skip to content

Commit e23730e

Browse files
committed
Add cli details
1 parent 9f6ec85 commit e23730e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ Signs with `sha1` and `sha256` signatures by default.
1616
npm install signcode
1717
```
1818

19-
## Using
19+
## CLI
20+
21+
Run `signcode --help` for more usage details.
22+
23+
```
24+
signcode ./myapp.exe --cert ~/cert.p12 --password s3cr3t
25+
```
26+
27+
## API
2028

2129
```js
2230
var signcode = require('signcode')

0 commit comments

Comments
 (0)