From 375541b7c0d6a96a61388ea850aea641d071841d Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 8 May 2020 20:27:57 -0300 Subject: [PATCH] Added reminder to move the config/db file to a fixed location --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1a3ea2..b2f9085 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ tell you that you have 15 days up to it. - [ ] Add Events with time - [ ] List events with time - [ ] Sort events by ETA -- [ ] Removing events +- [ ] Option to remove events +- [ ] Move the app "db" to a fixed space - [ ] Replace `dbg!` with [env_logger](https://crates.io/crates/env_logger) (reasoning: Although `dbg!` is nice and dandy, it can't be disabled, and that's bad UI)