Skip to content

Commit 07db055

Browse files
committed
Merge pull request #59 from krancour/dont-always-monospace-helm
doc(installing): Don't always monospace helm
2 parents dddbfdd + 77d42ca commit 07db055

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/installing-deis/installing-deis-workflow.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Installing Deis Workflow
22

3-
We will use the `helm` utility to install Deis Workflow onto a Kubernetes cluster. If you don't
4-
have `helm` installed, see [installing helm][helm] for more info.
3+
We will use the Helm package manager for Kubernetes to install Deis Workflow onto a Kubernetes cluster. If you don't have Helm installed, see [Helm's own documentation][helm] for more info.
54

65
## Check Your Setup
76

@@ -13,7 +12,7 @@ $ helm --version
1312
```
1413

1514
Ensure your kubectl client is installed and ensure it can connect to your Kubernetes cluster. This
16-
is where `helm` will attempt to communicate with the cluster. You can test that it is working
15+
is where Helm will attempt to communicate with the cluster. You can test that it is working
1716
properly by running:
1817

1918
```

0 commit comments

Comments
 (0)