-
Notifications
You must be signed in to change notification settings - Fork 10
installation
Jesse edited this page Jun 14, 2024
·
1 revision
# Linux and MacOS
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install Tod
cargo install tod
# Use yay or another AUR helper
yay tod-bin
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