From 9ffc54fa4d69f3058ce635a53ce2fa594a9cc5d9 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:41:17 -0700 Subject: [PATCH] Indicate that jq is now required to install flytectl via the script (#5440) Signed-off-by: Eduardo Apolinario Co-authored-by: Eduardo Apolinario --- flytectl/docs/source/overview.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flytectl/docs/source/overview.rst b/flytectl/docs/source/overview.rst index aac4c99ee6..db483007bf 100644 --- a/flytectl/docs/source/overview.rst +++ b/flytectl/docs/source/overview.rst @@ -30,6 +30,9 @@ Flytectl is a Golang binary that can be installed on any platform supported by G .. tab-item:: Other Operating systems + .. warning:: + `jq `_ is a dependency of this script. + .. prompt:: bash $ curl -sL https://ctl.flyte.org/install | bash