Skip to content

Commit

Permalink
⚙️ update install in README
Browse files Browse the repository at this point in the history
⚙️ update install in README
  • Loading branch information
KaradzaJuraj authored Apr 10, 2024
2 parents 6647382 + 6ef2c29 commit cab43cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Cyclops can either be installed manually by applying the latest manifest or with
To install Cyclops using `kubectl` into your cluster, run commands below:

```bash
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.3.0/install/cyclops-install.yaml
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.3.0/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.3.0/install/demo-templates.yaml
```

It will create a new namespace called `cyclops` and deploy everything you need for your Cyclops instance to run.
Expand Down

0 comments on commit cab43cd

Please sign in to comment.