# README
tdl
This is the tdl
CLI tool used for running the interactive trainings on the Three Dots Labs Academy.
Install
Script (macOS, Linux) - recommended
sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.sh)" -- -b /usr/local/bin
Script (Windows)
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
Binaries
Download the latest binary from GitHub and move it to a directory in your $PATH
.
From source
go install github.com/ThreeDotsLabs/cli/tdl@latest