13 lines
391 B
Markdown
13 lines
391 B
Markdown
|
# mp-pool | MatterLinux pool build scripts
|
||
|
The pool build scripts for MatterLinux package system. These scripts
|
||
|
are used for building and creating pools.
|
||
|
|
||
|
### Usage
|
||
|
To build a pool from the source, you can use the `mp-pool`
|
||
|
script:
|
||
|
```bash
|
||
|
mp-pool /path/to/pool
|
||
|
```
|
||
|
When the build is completed, the package archives and pool files
|
||
|
will be created inside the `/path/to/pool/dist` directory.
|