From 94f7348c379f16036e67dce1ad94be274fc84ec8 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Thu, 1 May 2025 02:15:59 +0200
Subject: add/update build and zip generation routines

---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

(limited to 'README.md')

diff --git a/README.md b/README.md
index 3db20d1..5260fb1 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,20 @@ Bachelorizer is publicly available as [source].
 [source]: <https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3Xeo1Wg65SQAhD6QFTtVWQmjVHJU>
   "Web instance of sources for Bachelorizer"
 
+## Database creation
+
+The database file `identifier.sqlite` needed by the program
+can be created on a linux system using the command-line tool `sqlite3`
+with the following command:
+
+```shell
+sqlite3 identifier.sqlite < database.txt
+```
+
+Since Intellij executes from a different directory than from commandline,
+the generated database file is then copied
+into the directory `src/dk.biks.bachelorizer`.
+
 ## Code execution
 
 The code has only been verified to work from command-line
-- 
cgit v1.2.3