From 23e36c707b20e1f96c048e5b36adce0e9f133b5e Mon Sep 17 00:00:00 2001 From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr> Date: Thu, 19 Sep 2024 11:35:34 +0200 Subject: [PATCH] README.qmd: fix BIG error on bashrc update --- README.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.qmd b/README.qmd index 73346d4..0c0d25a 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/nicolas/.cargo/bin" >> ~/.bashrc source ~/.bashrc ``` -- GitLab