diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# todo-next +# todo Manage a context-based next-action list, compatible with the [GTD](https://en.wikipedia.org/wiki/Getting_Things_Done) method. @@ -6,13 +6,13 @@ Manage a context-based next-action list, compatible with the ## Getting started ```bash -nix-shell --run "python src/main.py" +nix-shell --run bin/todo ``` ## Tests ```bash -scripts/test +nix-shell --run bin/test ``` ## Links |