From 74e961c63da777620ee827237a46c831d201f4d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Thu, 9 Jul 2026 17:20:06 +0200 Subject: [PATCH] docs: promote install script in setup guide --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a948b..20cf9ed 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 @@ -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