Skip to content

Commit

Permalink
ci: add prerequisites for local deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Gosha <[email protected]>
  • Loading branch information
gosharo committed Jul 5, 2023
1 parent 0fce99e commit 8993328
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,15 @@ make helm
To make it easy to develop locally, please run the following

Prerequisites :
1. install ngrok
1. install helm
2. install kubectl
3. isntall docker
4. install ngrok
```bash
brew install ngrok
```
2. install docker
3. install kind
5. install docker
6. install kind
```bash
brew install kind
```
Expand Down

0 comments on commit 8993328

Please sign in to comment.