Skip to content
Snippets Groups Projects
Commit 8990162f authored by Amna Snene's avatar Amna Snene Committed by Sébastien Blin
Browse files

Doc: fix package name and clarify instruction

Change-Id: I833f62eac5ffba820d1fdd95f9979c250f56fcf2
parent 1f0e2e92
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment