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 | bashTips
- -Works on macOS, Linux, and WSL
Initialize project
Navigate to your project directory and initialize Specledger:
1. Go to your project
cd your-project2. Initialize project
sl initTips
- -This creates a .specledger directory in your project
New project
Alternatively, create a new project from scratch with Specledger already configured:
sl newTips
- -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