1
0
Fork 0
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:
Raphaël Brulé 2023-03-01 16:18:07 -05:00
parent 0679c0e04c
commit b9ce9a4589

View file

@ -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: