mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-16 05:25:22 +02:00
Doc: fix package name and clarify instruction
Change-Id: I833f62eac5ffba820d1fdd95f9979c250f56fcf2
This commit is contained in:
parent
1f0e2e92ad
commit
8990162f99
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue