From 36388ef5e59f79f03cc51838c6e4dbba6d211181 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 11 Jul 2026 12:06:21 +0200 Subject: [PATCH] chore(tasks): update instruction on using tasks on the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea30208..45fe114 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ $ cp example.conf ~/ayo.conf ## Tasks -The `task-tui` uses a `TASKS_HOME` variable in the configuration file. It looks for plain text files that follows the [template](./TASK_TEMPLATE.md). +The `task-tui` uses a `tasks_dir` variable in the configuration file. It looks for plain text files that follows the [template](./TASK_TEMPLATE.md). The tasks text files need to be in one of the status directories: `backlog`, `next`, `in-progress`, or `done`. -After setting the `TASKS_HOME` variable in the configuration file `ayo.conf` and an alias to `ayo.sh` with `yo` in your `.bashrc` file, you can run the app with `yo tasks`. +After setting the `tasks_dir` variable in the configuration file `ayo.conf` and an alias to `ayo.sh` with `yo` in your `.bashrc` file, you can run the app with `yo tasks`. ## Examples