diff options
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 |