Skip to content

Commit

Permalink
Indicate that jq is needed to install flytectl (#5446)
Browse files Browse the repository at this point in the history
* Indicate that jq is needed to install flytectl

Signed-off-by: Eduardo Apolinario <[email protected]>

* Define warning using three colons.

Signed-off-by: Eduardo Apolinario <[email protected]>

* Use four colons

Signed-off-by: Eduardo Apolinario <[email protected]>

* Use triple backticks

Signed-off-by: Eduardo Apolinario <[email protected]>

* Update docs/getting_started_with_workflow_development/running_a_workflow_locally.md

Co-authored-by: Nikki Everett <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Nikki Everett <[email protected]>
  • Loading branch information
eapolinario and neverett authored Jun 4, 2024
1 parent 9ffc54f commit 5a81e76
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ To download manually, see the [flytectl releases](https://github.com/flyteorg/fl
:::{tab-item} Linux
To use `curl`, on the command line, run the following:

```{warning}
[jq](https://jqlang.github.io/jq) is a dependency of this script.
```

```{prompt} bash $
curl -sL https://ctl.flyte.org/install | sudo bash -s -- -b /usr/local/bin
```
Expand Down

0 comments on commit 5a81e76

Please sign in to comment.