Skip to content

Commit

Permalink
Example of usage + cross out a feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jurczewski committed May 7, 2024
1 parent 09fd47d commit db2ea66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Private PDF Converter is a secure offline tool designed to effortlessly convert

For all commends, default export .pdf file name is `output.pdf`.

Example of usage:

```ps1
.\PrivatePdfConverter.exe dir --path "D:\dir-with-images"
```

### Supported file extensions

Type `ext` argument to list all of valid image extensions.
Expand Down Expand Up @@ -68,9 +74,9 @@ Type `ext` argument to list all of valid image extensions.
- [x] license
- [x] pipeline
- [x] better readme
- [x] cool labels (~~version~~, build, license, buymecoffe)
- [ ] exe release
- [ ] unit tests
- [ ] cool labels (version, build, license, buymecoffe)
- [ ] auto release from master [LINK](https://github.com/xoofx/dotnet-releaser)
- [ ] winget/chocolatey

Expand Down

0 comments on commit db2ea66

Please sign in to comment.