From a2a44c5556ae8a904dad10f87845b50aff9856b0 Mon Sep 17 00:00:00 2001 From: Andrei Alexandru Date: Tue, 29 Oct 2024 14:56:28 +0200 Subject: [PATCH] Update local-development.md --- docs/developer-guides/local-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guides/local-development.md b/docs/developer-guides/local-development.md index 909b94a..b7f6fe3 100644 --- a/docs/developer-guides/local-development.md +++ b/docs/developer-guides/local-development.md @@ -19,7 +19,7 @@ If you want to test one of the Cluster Registry components call directly setup s * run the stack without cluster-registry-api: `API=false make setup` * run the stack without cluster-registry-client: `CLIENT=false make setup` * run the stack without cluster-registry-sync-manager : `SYNC_MANAGER=false make setup` -* run the stack with all components: `make setup` +* run the stack with all components: `make setup` To clean up your local setup run: `make clean`