From b28b26dd3eb74d08137e8fd6029044771f78e0d1 Mon Sep 17 00:00:00 2001 From: rachfop Date: Tue, 3 Oct 2023 09:05:45 -0700 Subject: [PATCH] Adds Go install method for CLI Signed-off-by: rachfop --- docs/source/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 3a10b243..6e2648b9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -28,6 +28,12 @@ Flytectl is a Golang binary that can be installed on any platform supported by G flytectl upgrade +.. tabbed:: Go + + .. prompt:: bash $ + + go install github.com/flyteorg/flytectl@latest + .. tabbed:: Other Operating systems .. prompt:: bash $