Skip to content
Snippets Groups Projects
Commit a34f3619 authored by nfontrod's avatar nfontrod
Browse files

README.qmd: fix another error on bashrc update

parent 23e36c70
Branches doc
No related tags found
No related merge requests found
Pipeline #2304 passed
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment