From e660520eb2d4b5b99a03f07604873b91c22d0a2a Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 16 Nov 2025 10:03:19 +0100 Subject: [PATCH] Correct typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4f91aa8..e2e8c88f 100644 --- a/Makefile +++ b/Makefile @@ -336,7 +336,7 @@ run-docker-ubuntu-minimal: ## Start Glances Ubuntu Docker minimal in console mod run-docker-ubuntu-full: ## Start Glances Ubuntu Docker full in console mode run-docker-ubuntu-dev: ## Start Glances Ubuntu Docker dev in console mode -generate-ssl: ## Generate local and sel signed SSL certificates for dev (nned mkcert) +generate-ssl: ## Generate local and sel signed SSL certificates for dev (need mkcert) mkcert glances.local localhost 120.0.0.1 0.0.0.0 run-webserver: ## Start Glances in Web server mode