diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-10-16 02:17:09 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-10-23 23:24:47 +0200 |
commit | 7aa96cb396a84cf7a2818a23efb7f80d82a6fbbe (patch) | |
tree | f700ab0e24437c9d2e5b70f358a26b2684880efe /docs/branding.rst | |
parent | 015faa8fe70912da4faa1528c88c3ef6b9fcaabd (diff) |
[pkg] rename to make-installer
Diffstat (limited to 'docs/branding.rst')
-rw-r--r-- | docs/branding.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/branding.rst b/docs/branding.rst index 6c7a0d9..80ca748 100644 --- a/docs/branding.rst +++ b/docs/branding.rst @@ -53,11 +53,11 @@ Then you can build the binaries for some quick manual testing:: Now you can build the installer for your host platform:: - make build_installer + make installer Previously we had a cross-compilation setup in place. Cross compilation will be added back in the future. For debian and snap packages (FIXME -- WORK IN PROGRESS): - make debian - make snap + make package_debian + make package_snap |