Skip to content

Commit

Permalink
Redirect install.sh script (flyteorg#204)
Browse files Browse the repository at this point in the history
* Redirect install.sh script

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update index.rst

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Make curl follow redirects

Signed-off-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
EngHabu authored and austin362667 committed May 7, 2024
1 parent 0cb326f commit 6078110
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions flytectl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
![Commit since last release](https://img.shields.io/github/commits-since/lyft/flytectl/latest.svg?style=plastic)
[![Slack](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://slack.flyte.org)

FlyteCTL was designed as a portable and lightweight command-line interface to work with Flyte. It is written in Golang and accesses [FlyteAdmin](https://github.com/flyteorg/flyteadmin/), the control plane for Flyte.
FlyteCTL was designed as a portable and lightweight command-line interface to work with Flyte. It is written in Golang
and accesses [FlyteAdmin](https://github.com/flyteorg/flyteadmin/), the control plane for Flyte.

## 🚀 Quick Start

Expand All @@ -38,11 +39,11 @@ FlyteCTL was designed as a portable and lightweight command-line interface to wo
```
* Shell script
```bash
$ curl -s https://raw.githubusercontent.com/lyft/flytectl/master/install.sh | bash
$ curl -sL https://ctl.flyte.org/install | bash
```
2. (Optional) `flytectl upgrade` provides a general interface to upgrading FlyteCTL; run the command in the output

3. Start sandbox using FlyteCTL
3. Start sandbox using FlyteCTL
```bash
$ flytectl sandbox start
```
Expand All @@ -59,12 +60,13 @@ FlyteCTL was designed as a portable and lightweight command-line interface to wo
</h2>
</html>

You can find the detailed contribution guide [here](docs/source/contribute.rst).
You can find the detailed contribution guide [here](docs/source/contribute.rst).

<html>
<h2 id="file-an-issue">
🐞 File an Issue
</h2>
</html>

Refer to the [issues](https://docs.flyte.org/en/latest/community/contribute.html#issues) section in the contribution guide if you'd like to file an issue.
Refer to the [issues](https://docs.flyte.org/en/latest/community/contribute.html#issues) section in the contribution
guide if you'd like to file an issue.
2 changes: 1 addition & 1 deletion flytectl/docs/source/index.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6078110

Please sign in to comment.