Browse Source

Added reminder to move the config/db file to a fixed location

master
Julio Biason 4 years ago
parent
commit
375541b7c0
  1. 3
      README.md

3
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)

Loading…
Cancel
Save