You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.