17 lines
No EOL
394 B
Markdown
17 lines
No EOL
394 B
Markdown
# Setup Instructions
|
|
|
|
Ensure you have [Homebrew](https://brew.sh/) installed on your machine.
|
|
|
|
`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
|
|
|
|
Ensure you have the dependencies installed:
|
|
|
|
`brew install terraform`
|
|
|
|
# Development Environment Setup
|
|
|
|
`brew install minikube`
|
|
|
|
```bash
|
|
minikube start --driver=podman --container-runtime=cri-o
|
|
``` |