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

README.qmd: fix BIG error on bashrc update

parent fb4023de
No related branches found
No related tags found
No related merge requests found
Pipeline #2303 passed
...@@ -58,7 +58,7 @@ sudo apt install rsync ...@@ -58,7 +58,7 @@ sudo apt install rsync
# install gblk # install gblk
cargo install --git https://gitbio.ens-lyon.fr/LBMC/hub/git_borg_linker cargo install --git https://gitbio.ens-lyon.fr/LBMC/hub/git_borg_linker
# Update your bashrc # Update your bashrc
echo "export PATH=$PATH:/home/nicolas/.cargo/bin" > ~/.bashrc echo "export PATH=$PATH:/home/nicolas/.cargo/bin" >> ~/.bashrc
source ~/.bashrc source ~/.bashrc
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment