From a34f361973d0a652fb19ddda7e10e2bd9bf401f7 Mon Sep 17 00:00:00 2001
From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr>
Date: Thu, 19 Sep 2024 11:39:22 +0200
Subject: [PATCH] README.qmd: fix another error on bashrc update

---
 README.qmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.qmd b/README.qmd
index 0c0d25a..c5f4f08 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
 ```
 
-- 
GitLab