You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,29 @@ For a more complete overview of OLM v1 and how it differs from OLM v0, see our [
23
23
24
24
## Getting Started
25
25
You’ll need a Kubernetes cluster to run against. You can use [KIND](https://sigs.k8s.io/kind) to get a local cluster for testing, or run against a remote cluster.
26
-
**Note:** Your controller will automatically use the current context in your kubeconfig file (i.e. whatever cluster `kubectl cluster-info` shows).
26
+
27
+
> [!NOTE]
28
+
> Your controller will automatically use the current context in your kubeconfig file (i.e. whatever cluster `kubectl cluster-info` shows).
29
+
30
+
### Additional setup on Machintosh computers
31
+
On Macintosh computers some additional setup is necessary to install and configure compatible tooling.
32
+
33
+
#### Install Homebrew and tools
34
+
Follow the instructions to [installing Homebrew](https://docs.brew.sh/Installation) and then execute the following to install tools:
35
+
36
+
```sh
37
+
brew install bash gnu-tar gsed
38
+
```
39
+
40
+
#### Configure your shell
41
+
Modify your login shell's `PATH` to prefer the new tools over those in the existing environment. This example should work either with `zsh` (in $HOME/.zshrc) or `bash` (in $HOME/.bashrc):
42
+
43
+
```sh
44
+
forbindirin`find $(brew --prefix)/opt -type d -follow -name gnubin -print`
0 commit comments