Skip to content

Commit

Permalink
add ad-hoc section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Mar 5, 2024
1 parent 53e45ea commit 68624d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ npm install --global @cap-js-community/mtx-tool
npm install --save-dev @cap-js-community/mtx-tool
```

You can also not install the tool and use it ad-hoc.

```bash
# ad-hoc
npx @cap-js-community/mtx-tool
# ad-hoc with fixed version, e.g. for stable pipelines
npx @cap-js-community/[email protected]
```

## Support, Feedback, Contributing

This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/cap-js-community/mtx-tool/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).
Expand Down

0 comments on commit 68624d2

Please sign in to comment.