diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2024-06-16 20:19:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-16 20:19:11 +0000 |
commit | e4e764beed2bcab3f7bc63a44b7001ef44c5bd3a (patch) | |
tree | 88371e5304eade3869fd4ce3f6c7a23b042a3e40 | |
parent | Prefill status message dialog with current status (diff) | |
parent | Fix LMDB link README (the previous one led to an error page) (diff) | |
download | nheko-e4e764beed2bcab3f7bc63a44b7001ef44c5bd3a.tar.xz |
Merge pull request #1747 from ell1e/patch-1
Fix LMDB link in the README since the previous one led to an error page
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index c8bd3299..2dc297d5 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ KDE has similar plugins, that can extend the supported image types even more. - CMake 3.15 or greater. (Lower version may work, but may break boost linking) - [mtxclient](https://github.com/Nheko-Reborn/mtxclient) - [coeurl](https://nheko.im/nheko-reborn/coeurl) -- [LMDB](https://symas.com/lightning-memory-mapped-database/) +- [LMDB](https://www.symas.com/lmdb) - [lmdb++](https://github.com/hoytech/lmdbxx) (0.9.14 too old) - [cmark](https://github.com/commonmark/cmark) 0.29 or greater. - [libolm](https://gitlab.matrix.org/matrix-org/olm) |