Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1017 Bytes

installation.mdx

File metadata and controls

50 lines (33 loc) · 1017 Bytes
title description
Installation
Learn how to install the Turso CLI on Mac, Linux and Windows.

macOS

To install the Turso CLI on macOS, we recommend that you use Homebrew:

brew install tursodatabase/tap/turso

If you don't use Homebrew, you can use the following command to execute a shell script that installs the CLI:

curl -sSfL https://get.tur.so/install.sh | bash

Linux

Run the following command to execute a shell script that installs the CLI:

curl -sSfL https://get.tur.so/install.sh | bash

Windows

Installing the Turso CLI on Windows requires that you have WSL installed.

Once WSL is installed, run the following in PowerShell:

wsl

You can then execute the script to install the Turso CLI:

curl -sSfL https://get.tur.so/install.sh | bash

Verify installation

You must open a new shell to verify the installation with the following command:

turso