Linux Instructions
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
The installation script requires curl
to be installed, and some Linux distributions ship without it. You can install curl by first running the following lines in the terminal:
sudo apt update && sudo apt upgrade
sudo apt install curl
curl --version
yum install curl
After installing curl, proceed with the setup directions as normal in "Setup".
Setup