File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,14 +13,18 @@ You need to have **Docker** installed on your machine.
1313We 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
You can’t perform that action at this time.
0 commit comments