Installation

Install the Specledger CLI and initialize it in your project directory. Works on macOS, Linux, and WSL.

Install CLI

Run the following command to install the Specledger CLI:

curl -fsSL https://specledger.io/install.sh | bash

Tips

  • -Works on macOS, Linux, and WSL

Initialize project

Navigate to your project directory and initialize Specledger:

1. Go to your project

cd your-project

2. Initialize project

sl init

Tips

  • -This creates a .specledger directory in your project

New project

Alternatively, create a new project from scratch with Specledger already configured:

sl new

Tips

  • -You will be prompted for the project name
  • -Specledger is automatically initialized

What's next?

Now that you have the CLI installed, authenticate to access Specledger resources.

Set up authentication