diff options
-rw-r--r-- | README.md | 5 |
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. |