diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-05-27 12:05:41 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-05-27 12:05:41 -0400 |
commit | e4af0011c04e2861e4f890bcb7383f9c87e35126 (patch) | |
tree | 5a9c731fa39789973685f6f33f0cab2ba5edf5e6 | |
parent | 1f4d385823d4a7209798eed0f3c7b6426815e3be (diff) | |
download | clinte-e4af0011c04e2861e4f890bcb7383f9c87e35126.tar.gz |
updated readme
-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. |