File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
web/docs/installation/install Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ title: Install Cyclops with our CLI
55description : " cyctl is the Cyclops CLI tool"
66---
77
8- ## Install cyctl
8+ ## Install cyctl using Brew
99
1010Cyclops has its own CLI tool called cyctl.
1111To install Cyclops in your cluster with cyctl, first install cyctl with homebrew:
@@ -14,7 +14,20 @@ To install Cyclops in your cluster with cyctl, first install cyctl with homebrew
1414brew install cyctl
1515```
1616
17- > _ Check if the installation was successful by running ` cyctl -v ` _
17+ ## Install cyctl from release
18+
19+ Check Cyclops releases [ https://github.com/cyclops-ui/cyclops/releases ] ( https://github.com/cyclops-ui/cyclops/releases/ )
20+
21+ Select the release version you want and the arch suitable for your machine
22+
23+ For example: version ` v0.21.0 ` for ` linux ` and arch ` amd64 `
24+ ``` shell
25+ wget https://github.com/cyclops-ui/cyclops/releases/download/v0.21.0/cyctl_linux_amd64_v0.21.0.tar.gz
26+ tar -xzvf cyctl_linux_amd64_v0.21.0.tar.gz
27+ sudo mv cyctl /usr/local/bin/
28+ ```
29+
30+ Check if the installation was successful by running ` cyctl -v `
1831
1932## Install Cyclops
2033
You can’t perform that action at this time.
0 commit comments