Skip to content

Commit

Permalink
add hint about compiling qr code lib to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Apr 11, 2024
1 parent e0059e4 commit 5766bef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ and only exists to deliver some static files.
### Developing

You can clone this repository, edit the files and open `index.html` -
as everything's static, you can test and play around.
as everything's static[^1], you can test and play around.
Even "Open Chat" should work if Delta Chat is installed.

However, note, that local or other sever's links cannot open Delta Chat directly.

[^1] if you want to change the qr code library `qr.min.js`, you instead need to edit it's source in src and then run `npm run build-qr-generator` to recompile it.

0 comments on commit 5766bef

Please sign in to comment.