about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-05-27 12:05:41 -0400
committerBen Morrison <ben@gbmor.dev>2020-05-27 12:05:41 -0400
commite4af0011c04e2861e4f890bcb7383f9c87e35126 (patch)
tree5a9c731fa39789973685f6f33f0cab2ba5edf5e6
parent1f4d385823d4a7209798eed0f3c7b6426815e3be (diff)
downloadclinte-e4af0011c04e2861e4f890bcb7383f9c87e35126.tar.gz
updated readme
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a2060c0..c6755af 100644
--- a/README.md
+++ b/README.md
@@ -88,3 +88,8 @@ $ clinte -v [post|update|delete] [id]
 ```
 Use this flag if something's going wrong. Additional information will be written to
 `/tmp/clinte_$USER.log` that will, hopefully, reveal the cause of the error.
+
+## Notes
+
+`sqlite` expects the directory where the database lies to be writeable by the user. So, until I move this
+to using another storage medium (maybe plain text?), keep that in mind.