mtsc/mp-check/README.md

16 lines
422 B
Markdown
Raw Permalink Normal View History

2024-08-20 09:55:25 +00:00
# mp-check | MatterLinux package check script
A simple script to check MatterLinux package archives and sources
for common errors and mistakes.
### Usage
To check a package archive, specify the path for the archive:
script:
```bash
mp-check /path/to/package_version.mpf
```
You can also check for package sources files by specifying the
path for the package source directory:
```bash
mp-check /path/to/package/source
```