Skip to content

Commit

Permalink
Update README.md (flyteorg#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
idivyanshbansal authored Oct 4, 2021
1 parent d963c7a commit bdf47b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flytectl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FlyteCTL
</h1>
<p align="center">
The official Flyte command-line interface
Flyte's official command-line interface
</p>
<h3 align="center">
<a href="https://flytectl.rtfd.io">Documentation</a>
Expand All @@ -25,7 +25,7 @@
![Commit activity](https://img.shields.io/github/commit-activity/w/lyft/flytectl.svg?style=plastic)
![Commit since last release](https://img.shields.io/github/commits-since/lyft/flytectl/latest.svg?style=plastic)

FlyteCTL is designed to be a portable and lightweight CLI to work with Flyte. It is written in Golang and can access [FlyteAdmin](https://github.com/flyteorg/flyteadmin/)the control plane of 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 @@ -39,7 +39,7 @@ FlyteCTL is designed to be a portable and lightweight CLI to work with Flyte. It
```bash
$ curl -s https://raw.githubusercontent.com/lyft/flytectl/master/install.sh | bash
```
2. (Optional) `flytectl upgrade` provides a general interface to upgrade FlyteCTL; run the command shown in the output
2. (Optional) `flytectl upgrade` provides a general interface to upgrading FlyteCTL; run the command in the output

3. Start sandbox using FlyteCTL
```bash
Expand All @@ -66,4 +66,4 @@ You can find the detailed contribution guide [here](docs/source/contribute.rst).
</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.

0 comments on commit bdf47b8

Please sign in to comment.