aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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