Update docs for deb

This commit is contained in:
kolaente 2020-10-18 12:53:40 +02:00
parent 1f2dd2eee8
commit 30f5b2e628
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 4 deletions

View File

@ -118,14 +118,13 @@ binary to be able to use it.
* `mage release:compress` compresses all build binaries with `upx` to save space
* `mage release:zip` paclages a zip file for the files created by `release:os-package`
### Build debian packages
### Build os packages
{{< highlight bash >}}
mage release:deb
mage release:packages
{{< /highlight >}}
Will build a `.deb` package into the current folder.
You need to have [fpm](https://fpm.readthedocs.io/en/latest/intro.html) installed to be able to do this.
Will build `.deb`, `.rpm` and `.apk` packages to `dist/os-packages`.
### Make a debian repo