Skip to content

Commit dc4141a

Browse files
authored
Improve developer.md (#1289)
Replace kube context mention; Improve Mac brew usage Signed-off-by: Brett Tofel <[email protected]>
1 parent a752f58 commit dc4141a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/drafts/developer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
The following `make run` starts a [KIND](https://sigs.k8s.io/kind) cluster for you to get a local cluster for testing, see the manual install steps below for how to run against a remote cluster.
55

66
> [!NOTE]
7-
> Your controller will automatically use the current context in your kubeconfig file (i.e. whatever cluster `kubectl cluster-info` shows).
7+
> You will need a container runtime environment, like Docker, or experimentally, Podman, installed, to run Kind.
88
>
99
> If you are on MacOS, see [Special Setup for MacOS](#special-setup-for-macos).
1010
@@ -167,7 +167,7 @@ brew install bash gnu-tar gsed
167167
To configure your shell, either add this to your bash or zsh profile (e.g., in $HOME/.bashrc or $HOME/.zshrc), or run the following command in the terminal:
168168

169169
```sh
170-
for bindir in `find $(brew --prefix)/opt -type d -follow -name gnubin -print`
170+
for bindir in `find $(brew --prefix)/opt -type d -follow -name gnubin -print -maxdepth 3`
171171
do
172172
export PATH=$bindir:$PATH
173173
done

0 commit comments

Comments
 (0)