Installation
It’s dangerous to go alone! Take this.
You can install turbo on the command line in 3 easy steps:
Install Rust
MacOS / Linux
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shAdd the WebAssembly Target
Terminal
rustup target add wasm32-unknown-unknownInstall Turbo CLI
Terminal
curl -sSfL https://turbo.computer/install.sh | shYou can verify your installation by running turbo -v. This should output turbo 0.9.0.