Skip to content

Installing the Compiler

Andrew edited this page May 26, 2023 · 7 revisions

Shell (Unix)

bash -c "$(curl https://bebop.sh)"

PowerShell (Windows)

 irm https://bebop.sh | iex

npm Package

You can install the Bebop compiler from npm; we do not recommend installing it globally, instead do so locally to a node package for use in npm scripts.

Globally

# yarn
yarn add bebop-tools -D
# npm
npm install bebop-tools --savedev