From 544be983b69b73e75dff5b46cb5896d3efb78c11 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Tue, 26 Jun 2018 14:49:12 +0200
Subject: [PATCH] CONTRIBUTING.md: fix module use cmd

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fd3bccf..32573ed 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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
-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).
-- 
GitLab