File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,24 @@ Install a namespace-scoped controller using the following commands:
4141kubectl apply -f https://github.com/skupperproject/skupper/releases/download/{{skupper_cli_version}}/skupper-namespace-scope.yaml
4242```
4343
44+ <a id =" installing-cli " ></a >
45+ ## Installing the Skupper CLI
4446
4547
48+ You can use the Skupper CLI with Kubernetes or on local systems (Podman, Docker, Linux).
49+
50+ On local systems, the CLI is all you require to create a site.
51+
52+ ** Procedure**
53+
54+
55+ To download the latest release:
56+
57+ ``` bash
58+ curl https://skupper.io/v2/install.sh | sh
59+ ```
60+
61+ To download a specific version, download from [ Releases] ( https://github.com/skupperproject/skupper/releases ) page.
4662
4763
4864
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments