nardinan / todonzo

Todonzo is an amazing quick-n-dirty reminder for Linux for people with no time for GUIs.
MIT License
3 stars 0 forks source link

Instructions typo #2

Closed yuraic closed 10 months ago

yuraic commented 10 months ago
app_todonzo=`which todonzo` && user_enviroment=`env` && cat <<EOF | sudo tee /etc/cron.d/todonzo
$user_environment

It has to be user_environment everywhere.