update readme

This commit is contained in:
pls.153 2025-03-21 12:24:44 +01:00
parent 121170fcbd
commit 7a4918cc4b

View file

@ -1,4 +1,3 @@
Info
----
@ -25,6 +24,21 @@ you can then try to change the image source from the REPL:
This will load the image directly from the database.
Prepare
-------
Please copy the app template files first:
```
$ cd ..
$ ./copy.sh qsqlite
```
For running on the desktop, you'll also need to compile the plugin:
```
$ cd cpp
$ qmake; make
```
Run
---
```