Skip to content

Install

Simon Schmid edited this page Feb 16, 2022 · 12 revisions

Requirements

bee requires bash 5.1 and above

Install

The easiest way to install bee is to run this command. This will install bee to /usr/local/bin/bee

bash -c "$(curl -fsSL https://raw.githubusercontent.com/sschmid/bee/main/install)"

You can also install multiple versions of bee to different locations

git clone https://github.com/sschmid/bee.git

Update

This will update bee to the latest version

bee update