aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-01 02:15:59 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-01 02:18:01 +0200
commit94f7348c379f16036e67dce1ad94be274fc84ec8 (patch)
tree8c268fc147e275efc020a4fec963d7feb5f6ef9c /README.md
parenta17f4b5b8279488e5c9682b31f0c2d40a6080fbb (diff)
add/update build and zip generation routines
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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