mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-04 22:23:32 +02:00
INSTALL.md: update command to run the client
Change-Id: I7a2931bae692b1bf68b7bfc85991e8e86b6fd51b
This commit is contained in:
parent
0679c0e04c
commit
b9ce9a4589
1 changed files with 2 additions and 2 deletions
|
@ -85,10 +85,10 @@ specify its path using the `--qt` flag, e.g.
|
|||
`./build.py --install --qt=/home/<username>/Qt/6.2.1/gcc_64`.
|
||||
|
||||
Now you will have the daemon in `daemon/bin/jamid` and the client in
|
||||
`build/bin/jami`. You can now run Jami using
|
||||
`build/jami`. You can now run Jami using:
|
||||
|
||||
```bash
|
||||
./build.py --run
|
||||
./build/jami
|
||||
```
|
||||
|
||||
Notes:
|
||||
|
|
Loading…
Add table
Reference in a new issue