Skip to content

Commit 0cc7c7b

Browse files
committed
update install
1 parent 9278270 commit 0cc7c7b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

input/install/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,24 @@ Install a namespace-scoped controller using the following commands:
4141
kubectl 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

skupper-docs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)