16 lines
481 B
Markdown
16 lines
481 B
Markdown
|
# matter-base
|
||
|
This script is used for building release archives.
|
||
|
|
||
|
### Usage
|
||
|
Note that you will need to install and configure
|
||
|
[`mp`](https://git.matterlinux.xyz/matterlinux/mp) before using
|
||
|
`matter-base`.
|
||
|
|
||
|
To use the `matter-base` script, specify a temporary target
|
||
|
directory, it will be cleaned after the build. The final archive
|
||
|
will be named after the directory. For example:
|
||
|
```
|
||
|
matter-setup matterlinux_24.00
|
||
|
```
|
||
|
This will create an arhcive named `matterlinux_24.00.tar.gz`
|