Skip to content

Commit

Permalink
Update local-development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexandru authored Oct 29, 2024
1 parent d32fb9f commit a2a44c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guides/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a2a44c5

Please sign in to comment.