Skip to content

Commit

Permalink
chore(docs): add installation script (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Nov 14, 2024
1 parent 6849bbe commit a0be60b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ Databend Native Client in Rust

## Installation for BendSQL

### Installation script

```bash
curl -fsSL https://repo.databend.com/install/bendsql.sh | bash
```

or

```bash
curl -fsSL https://repo.databend.com/install/bendsql.sh | bash -s -- -y --prefix /usr/local
```

### Cargo:

[cargo-binstall](https://github.com/cargo-bins/cargo-binstall) is recommended:
Expand Down

0 comments on commit a0be60b

Please sign in to comment.