SLC.RUNDocs

Installation

Get started with SLC by installing the CLI and SDK.

Prerequisites

  • • Node.js 20 or higher
  • • npm or yarn

Install CLI

Install from npm (Recommended)

npm install -g @slcrun/cli

After installation, you can use the `slc` command from anywhere.

Install from Source

# Clone the repository
git clone <repository-url>
cd cli

# Install dependencies
npm install

# Build the CLI
npm run build

# Link globally (optional)
npm link

After linking, you can use `slc` from anywhere.

Install SDK

npm install @slcrun/sdk

The SDK works in both Node.js (18+) and modern browsers.

Verify Installation

Verify that the CLI is installed correctly:

slc --version

Next Steps

Now that you have the CLI and SDK installed, you're ready to get started:

Quick Start Guide →