From fc96ea209762349d0551c1d86808adce43e43111 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 11 Apr 2025 17:53:23 +0200 Subject: added a short sentence about requirements --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5bea174..1a5d0b1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ sqlite3 database. ## Quickstart +Only requires a C compiler and sqlite3. Should be installed on every +system be default. You need a database with tables `anime` and `manga`. Attached in this repo is a setup script for the database. Simply execute ``` -- cgit v1.2.3