summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacki <jacki@thejackimonster.de>2024-02-15 23:29:38 +0100
committerJacki <jacki@thejackimonster.de>2024-02-15 23:29:38 +0100
commitf30e91fc353c7bdeaa62560de71f358905a0bdf9 (patch)
treea7af1cddd84d22460e817346147f92a8aa561572
parentcb2de3d315bccb1119af1b52cb59be2144089d2e (diff)
Update readme information
Signed-off-by: Jacki <jacki@thejackimonster.de>
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 81415b4..d306abc 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ The application provides the following features:
- Sending voice recordings
- Sharing files privately
- Deleting messages with any custom delay
- - Renaming contacts
+ - Renaming, tagging or blocking contacts
- Exchanging contact details physically
- Verifying contact identities
- Switching between different accounts
@@ -39,6 +39,7 @@ The following dependencies are required and need to be installed to build the ap
- [libnotify](https://gitlab.gnome.org/GNOME/libnotify): For notifications
- [qrencode](https://github.com/fukuchi/libqrencode): For generating QR codes to share credentials
- [gstreamer](https://gitlab.freedesktop.org/gstreamer): For recording and playing voice messages
+ - [libportal](https://github.com/flatpak/libportal): For requesting permission to use certain system features
As additional step you will need to load all required git submodules via `git submodule init` and `git submodule update`. It is also possible to just add the `--recursive` flag while cloning the repository to do that automatically.