Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 1.63 KB

File metadata and controls

82 lines (52 loc) · 1.63 KB

Snow CLI User Documentation - Installation Guide

Welcome to Snow CLI! Agentic coding in your terminal.

Installation Guide

1. System Requirements

  1. Operating System: Windows 10+ / macOS 10.15+ / Ubuntu 18.04+ / CentOS 7+

  2. Node.js: v18.0.0+

  3. npm: >= 8.3.0

2. Installing Node.js + npm

  1. Windows: Download and install Node.js+npm from https://nodejs.org/en/download/

  2. macOS: Install Node.js+npm via Homebrew

    brew install node
  3. Linux: Install Node.js+npm via apt-get

    sudo apt-get install nodejs
    sudo apt-get install npm
  4. Verify successful installation

    node -v
    npm -v

3. Installing Snow CLI and IDE Plugins

  1. Install Snow CLI using npm

    npm install -g snow-ai
  2. Install Snow CLI by compiling from source

    git clone https://github.com/MayDay-wpf/snow-cli
    cd snow-cli
    npm install
    npm run build
    npm run link
  3. Verify successful installation

    snow --version
    snow --help
  4. Install VSCode Plugin

    Search for Snow CLI in the Extensions Marketplace and install

    alt text After installation, a launch icon will appear in the top-right corner of VSCode

    alt text

  5. Install JetBrains IDE Plugin

    Search for Snow CLI in the Plugin Marketplace and install

    After plugin installation, restart your IDE alt text

    A launch icon will appear to the right of the Tab in the terminal

    alt text