Skip to content
Snippets Groups Projects
Verified Commit 544be983 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

CONTRIBUTING.md: fix module use cmd

parent fc30aee8
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ To install your forked version of the LBMC modules repository on the PSMN run fo ...@@ -8,7 +8,7 @@ To install your forked version of the LBMC modules repository on the PSMN run fo
``` ```
git clone git@gitlab.biologie.ens-lyon.fr:<your_login>/modules.git ~/privatemodules_dev git clone git@gitlab.biologie.ens-lyon.fr:<your_login>/modules.git ~/privatemodules_dev
module use ~/privatemodules_dev module use ~/privatemodules_dev/modulefiles/
``` ```
If you don’t have a `.ssh/config` file and if you like typing your password, you can instead use the following clone command, after defining your [Gitlab password](https://gitlab.biologie.ens-lyon.fr/profile/password/edit). If you don’t have a `.ssh/config` file and if you like typing your password, you can instead use the following clone command, after defining your [Gitlab password](https://gitlab.biologie.ens-lyon.fr/profile/password/edit).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment