From 9e65be06f71dc654b2731bd1ce7e2aebad40b2f1 Mon Sep 17 00:00:00 2001 From: Ramiz Polic Date: Thu, 13 Jul 2023 11:15:36 +0200 Subject: [PATCH] docs: cleanup readme Signed-off-by: Ramiz Polic --- Makefile | 2 +- README.md | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 49f75a57..d6010782 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ check: lint test ## Run lint checks and tests ##@ Development .PHONY: run -run: generate deploy ## Run manager from your host +run: deploy ## Run manager from your host OPERATOR_NAME=vault-dev go run cmd/main.go -verbose .PHONY: up diff --git a/README.md b/README.md index 6d56b0c8..8b2e6b2f 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,9 @@ Build artifacts locally: make artifacts ``` -Once you are done either stop or tear down dependencies: +Once you are done, you can tear down project dependencies: ```shell -make stop - -# OR - make down ```