summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c8f84a07..4d809eba 100644
--- a/Makefile
+++ b/Makefile
@@ -174,6 +174,12 @@ flatpak: venv-dev-upgrade ## Generate FlatPack JSON file
rm -rf ./flatpak-builder-tools
@echo "Now follow: https://github.com/flathub/flathub/wiki/App-Submission"
+# Snap package is automaticaly build on the Snapcraft.io platform
+# https://snapcraft.io/glances
+# But you can try an offline build with the following command
+snapcraft:
+ snapcraft
+
# ===================================================================
# Docker
# ===================================================================