From 1595e0de940a86a7810df0e02e43838d97c0d846 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 6 Jun 2020 17:44:26 +0200 Subject: Provide nix build --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e323a4d..b2f47b8 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3