aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index ddfc3be..2f3b57f 100644
--- a/README.md
+++ b/README.md
@@ -41,8 +41,12 @@ CREATE TABLE Registers (
```
## Examples
-Add a new debtor:
+Initialize a debt database:
+```
+debt init
+```
+Add a new debtor:
```
debt add 'Jane Doe'
```
Feel free to download, copy and edit any repo