This is the tdl
CLI tool used for running the interactive trainings on the Three Dots Labs Academy.
sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.sh)" -- -b /usr/local/bin
Install to your home directory:
iwr https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.ps1 -useb | iex
Or install in any chosen path:
$env:TDL_INSTALL = 'bin\'
iwr https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.ps1 -useb | iex
Download the latest binary from GitHub and move it to a directory in your $PATH
.
go install github.com/ThreeDotsLabs/cli/tdl@latest