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
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ Not tested in production yet. Use it at your own risk.
15
15
16
16
#### On Mac
17
17
18
-
With brew installed, both terraform and cfssl can be installed with
18
+
With brew installed, all tools can be installed with
19
19
20
20
```bash
21
-
brew install kubectl cfssl
21
+
brew install terraform cfssl kubectl
22
22
```
23
23
24
24
Do all the following steps from a development machine. It does not matter _where_ is it, as long as it is connected to the internet. This one will be subsequently used to access the cluster via `kubectl`.
0 commit comments