Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 924 Bytes

installation.md

File metadata and controls

46 lines (32 loc) · 924 Bytes

Installation

Homebrew (Linux, Mac, and Windows)

brew tap alanvardy/tod
brew install tod

Crates.io (Linux, Mac, and Windows)

Install Rust

# Linux and MacOS
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install Tod

cargo install tod

GitHub (Linux, Mac, and Windows)

Install Rust

Clone the project

git clone [email protected]:alanvardy/tod.git
cd tod
./test.sh # run the tests
cargo build --release

You can then find the binary in /target/release/

Will ask for your Todoist API token on the first run