From bd730bb0725a26d3b2785455c12997043b1dc03c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 3 Jun 2021 12:20:29 +0200 Subject: [PATCH] adding sqlite in features --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1632c37..56b69a1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ To find reddit tokens, go to [this site](https://www.reddit.com/prefs/apps) and ## __Features__ -Everything is explained by doing the `help` command. +- Everything is explained by doing the `help` command. +- Using SQLite for the database ## __Launching locally__ If you want to run it without Docker, I personally use [direnv](https://direnv.net/) to store variables and have them only in the working folder.