aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2020-06-06 17:44:26 +0200
committerJoris2020-06-06 19:54:03 +0200
commit1595e0de940a86a7810df0e02e43838d97c0d846 (patch)
tree9701eeec0d98baa9f6044b1911df68e4c8539819 /README.md
parent6b9195000eb5404c247288b384d7ca2bacc1ab23 (diff)
downloadtodo-1595e0de940a86a7810df0e02e43838d97c0d846.tar.gz
todo-1595e0de940a86a7810df0e02e43838d97c0d846.tar.bz2
todo-1595e0de940a86a7810df0e02e43838d97c0d846.zip
Provide nix build
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