diff --git a/INSTALL.md b/INSTALL.md
index 81bd3c5efee4a7c8fe84c61e1bd2ece1fb0fd158..d429c6122b6ba0dd16d392a80c8277a7838f12e6 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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: