Skip to content

Commit c1b18f5

Browse files
committed
Update typo in markdown
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent a226f87 commit c1b18f5

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/tutorials/local-kind-registry.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,18 @@ You need to have **Docker** installed on your machine.
1313
We will use [arkade](https://github.com/alexellis/arkade) to install and deploy apps and services to Kubernetes.
1414

1515
```bash
16-
$ curl -sLS [https://dl.get-arkade.dev](https://dl.get-arkade.dev) | sudo sh
16+
# Download only, install yourself with sudo
17+
$ curl -sLS https://dl.get-arkade.dev | sh
18+
19+
# Download and install
20+
$ curl -sLS https://dl.get-arkade.dev | sudo sh
1721
```
1822

1923
**arkade commands:**
2024

2125
* use `arkade get` to download CLI tools and applications.
22-
2326
* use `arkade install` to install applications using [helm charts](https://helm.sh/docs/topics/charts/) or vanilla YAML files.
27+
* use `arkade info` to get back info about an app you've installed
2428

2529
### Install kubectl
2630

0 commit comments

Comments
 (0)