diff --git a/README.qmd b/README.qmd
index 0c0d25aaa7d50f106b57f95cfc8ca14e9bad4c40..c5f4f088e528ebd5ab45891a9687e3078cf0ded9 100644
--- a/README.qmd
+++ b/README.qmd
@@ -58,7 +58,7 @@ sudo apt install rsync
 # install gblk
 cargo install --git https://gitbio.ens-lyon.fr/LBMC/hub/git_borg_linker
 # Update your bashrc
-echo "export PATH=$PATH:/home/nicolas/.cargo/bin" >> ~/.bashrc
+echo "export PATH=$PATH:$HOME/.cargo/bin" >> ~/.bashrc
 source ~/.bashrc
 ```