Skip to content

Commit

Permalink
basic docs for cli binaries (#371)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Rico <me@sferadev.com>
  • Loading branch information
eemmiillyy and SferaDev authored Jul 29, 2024
1 parent 3f219eb commit 91770e1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions 020-Connect/015-CLI/010-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,29 @@ Xata provides a CLI (command line interface) through an **[NPM package](https://

## Installation

### macOS (Homebrew)

If you use Homebrew to install packages, run:

```bash
brew tap xataio/brew && brew install xata
```

### Windows (Installers)

- [64-bit installer](https://xata-cli-assets.s3.us-east-1.amazonaws.com/channels/stable/xata-x64.exe)
- [32-bit installer](https://xata-cli-assets.s3.us-east-1.amazonaws.com/channels/stable/xata-x86.exe)

### Linux and macOS (Install script)

- We provide a setup script for Linux users who do not wish to extract the tarball themselves:

```bash
curl xata.io/install.sh | sh
```

### Install with npm

To facilitate work across multiple projects and reduce the number of parameters required for executing commands, we advise installing the CLI globally.

```bash
Expand Down

0 comments on commit 91770e1

Please sign in to comment.