16 lines
422 B
Markdown
16 lines
422 B
Markdown
|
# 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
|
||
|
```
|