diff --git a/Makefile b/Makefile
index 3c192e879bdcf944d22214d4769b2202bf8013cd..66b39d19b0a3addb4aad6ba8af2b34c9d30e9914 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,10 @@ check-machine: ## Check your local machine setup to be prepared for the installa
 	command -v sops >/dev/null
 	command -v terraform >/dev/null
 
+.PHONY: cli
+cli: ## Install koolbox CLI (Contains all tools used in this project)
+	cd ./cli && make install
+
 .PHONY: deploy
 deploy: check-machine ## Deploy infrastructure on Hetzner Cloud
 	cd ./terraform && make apply