Skip to content

Commit

Permalink
better cargo install in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sa- authored Aug 12, 2023
1 parent dfc0db9 commit 5beb3f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Polars CLI

## 🚀 Get started

```bash
cargo +nightly install polars-cli
```

Prerequisites
1. `rustup`: which provides the `cargo` executable. You can get it from the [official website](https://rustup.rs/).
2. `rustup install nightly` - The `nightly` version of rust, since some of our dependencies use unstable features.


## CLI

**Build from source**
Expand Down

0 comments on commit 5beb3f6

Please sign in to comment.