Skip to content

Commit

Permalink
Merge pull request #111 from bank-vaults/docs/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ramizpolic authored Jul 13, 2023
2 parents 6582a4a + 9e65be0 commit e931415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit e931415

Please # to comment.