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