Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Query and manage your Altertable data platform from the terminal.

- [Quick start](#quick-start)
- [Installation](#installation)
- [Install script](#install-script)
- [npm](#npm)
- [Prebuilt binaries](#prebuilt-binaries)
- [From source](#from-source)
Expand All @@ -34,7 +35,7 @@ Query and manage your Altertable data platform from the terminal.

```bash
# 1. Install
npm install -g @altertable/cli
curl -fsSL https://install.altertable.ai | sh

# 2. Configure credentials
altertable profile --configure
Expand All @@ -54,6 +55,14 @@ altertable query "SELECT * FROM users LIMIT 10"

## Installation

### Install script

Recommended for most users:

```bash
curl -fsSL https://install.altertable.ai | sh
```

### npm

```bash
Expand Down
Loading