aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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