diff --git a/Build-QML-Client-on-GNU/Linux.md b/Build-QML-Client-on-GNU/Linux.md
index b84ab452a50d99d4526a86705da3c9282c80c02b..6c1f69816f6f8e539600d984a3f3733b727a1dde 100644
--- a/Build-QML-Client-on-GNU/Linux.md
+++ b/Build-QML-Client-on-GNU/Linux.md
@@ -8,7 +8,7 @@ In order to use the QML Client it is necessary to install the Qt version 5.15 or
 
 Daemon
 ------
-You can download and install the Jami daemon as described in the [instructions](https://git.jami.net/savoirfairelinux/ring-daemon).
+You can download and install the Jami daemon as described in the [install instructions](https://git.jami.net/savoirfairelinux/ring-daemon).
 
 LRC
 ---
@@ -19,12 +19,8 @@ export CMAKE_PREFIX_PATH=~/Qt/5.15.0/gcc_64
 export LD_LIBRARY_PATH=~/Qt/5.15.0/gcc_64/lib
 ```
 
-Then you can download and build LRC library as described in the [instructions](https://git.jami.net/savoirfairelinux/ring-lrc/blob/master/INSTALL):
-```sh
-cd build
-cmake ..
-make
-```
+Then you can download and build LRC library as described in the [install instructions](https://git.jami.net/savoirfairelinux/ring-lrc/blob/master/INSTALL):
+
 Check that *libringclient* uses the correct path for the Qt libraries with:
 
 ```sh