Installing the Begin CLI

Prerequisites

  • Any computer running macOS, Windows, or Linux, with Node.js 14, or later
  • If deploying to Begin: a (free) GitHub account to authenticate the Begin CLI

Install

macOS or Linux

On macOS or Linux open a terminal and run the following the command:

curl -sS https://dl.begin.com/install.sh | sh

Then follow the printed instructions to add the Begin CLI to your $PATH.

Windows

On Windows open a terminal and run the following the command:

iwr https://dl.begin.com/install.ps1 -useb | iex