Skip to content

Commit

Permalink
update installation instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbuel committed Nov 18, 2024
1 parent c44f1a5 commit 6a28670
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,23 @@ Flowrs is a TUI application for [Apache Airflow](https://airflow.apache.org/). I

You can install `flowrs` via Homebrew if you're on macOS / Linux / WSL2:

`brew install jvanbuel/flowrs`
```
brew tap jvanbuel/flowrs
brew install flowrs
```

or by downloading the binary directly from GitHub:

`curl -s ....`
```bash
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jvanbuel/flowrs/releases/latest/download/flowrs-tui-installer.sh | sh
```

Alternatively, you can build `flowrs` from source by cloning the repository and install the project with `cargo`:
Alternatively, you can build `flowrs` from source with `cargo`:

```bash
git clone [email protected]:jvanbuel/flowrs.git
cargo install --path .
cargo install flowrs-tui --locked
```

## Features

## Usage

You can register an Airflow server instance with the `flowrs config add` command:
Expand Down

0 comments on commit 6a28670

Please sign in to comment.