Skip to content

Commit ce72cef

Browse files
Added installation steps to install cyctl cli on linux based machines (#856)
* added steps to install cyctl on linux based machines * add release page link --------- Co-authored-by: petar-cvit <[email protected]>
1 parent d9792d6 commit ce72cef

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

web/docs/installation/install/cyctl.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Install Cyclops with our CLI
55
description: "cyctl is the Cyclops CLI tool"
66
---
77

8-
## Install cyctl
8+
## Install cyctl using Brew
99

1010
Cyclops has its own CLI tool called cyctl.
1111
To 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
1414
brew 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

0 commit comments

Comments
 (0)