From 8990162f9930bac7f733037a9f8cbaa31ea0257c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C2=B4Amna?= <amna.snene@savoirfairelinux.com>
Date: Thu, 8 Jun 2023 12:39:45 -0400
Subject: [PATCH] Doc: fix package name and clarify instruction

Change-Id: I833f62eac5ffba820d1fdd95f9979c250f56fcf2
---
 INSTALL.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index 1f27c9081..48081bd9a 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -22,7 +22,7 @@ The files will be installed in `/usr/lib/libqt-jami`.
 sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends
 curl -s https://dl.jami.net/public-key.gpg | sudo tee /usr/share/keyrings/jami-archive-keyring.gpg > /dev/null
 sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/jami-archive-keyring.gpg] https://dl.jami.net/nightly/debian_<VERSION>/ jami main' > /etc/apt/sources.list.d/jami.list"
-sudo apt-get update && sudo apt-get install jami
+sudo apt-get update && sudo apt-get install libqt-jami
 ```
 
 #### Install libqt-jami, Ubuntu based
@@ -88,7 +88,7 @@ for getting the latest development versions; otherwise, you can use
 submodule).
 
 ```bash
-./build.py --init [--qt=<path/to/qt> (this is required for qmlformatting to work)]
+./build.py --init --qt=<path/to/qt> # qt path is required for qmlformatting to work
 ```
 
 Then you will need to install dependencies:
-- 
GitLab