Skip to content

Commit 6b80d3b

Browse files
authored
Merge pull request #1973 from patrickjburke245/patch-2
Remove unnecessary dollar signs from commands
2 parents 40426b7 + 9ad0977 commit 6b80d3b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/intro/install.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ You can fetch that script, and then execute it locally. It's well documented so
4343
that you can read through it and understand what it is doing before you run it.
4444

4545
```console
46-
$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-4
47-
$ chmod 700 get_helm.sh
48-
$ ./get_helm.sh
46+
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-4
47+
chmod 700 get_helm.sh
48+
./get_helm.sh
4949
```
5050

5151
Yes, you can `curl
@@ -165,9 +165,9 @@ you want to test the latest Helm version.
165165
You must have a working Go environment.
166166

167167
```console
168-
$ git clone https://github.com/helm/helm.git
169-
$ cd helm
170-
$ make
168+
git clone https://github.com/helm/helm.git
169+
cd helm
170+
make
171171
```
172172

173173
If required, it will fetch the dependencies and cache them, and validate

0 commit comments

Comments
 (0)