Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Hub
PSMN
modules
Commits
760b50e1
Commit
760b50e1
authored
7 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
README.md: fix Xnfs paths
parent
8fffc7aa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-5
4 additions, 5 deletions
README.md
with
4 additions
and
5 deletions
README.md
+
4
−
5
View file @
760b50e1
...
...
@@ -3,7 +3,7 @@
## Description
This repository is the development of the LBMC module repository as
available on the PSMN in the /Xnfs/
site/
lbmcdb/common/modules/ folder.
available on the PSMN in the /Xnfs/lbmcdb/common/modules/ folder.
If you don't want to contribute, you don't need to clone this repository and
you can proceed with the instruction of the
**Installation**
section.
...
...
@@ -13,13 +13,12 @@ you can proceed with the instruction of the **Installation** section.
To get access to the LBMC modules repository use the following command:
```
ln -s /Xnfs/site/lbmcdb/common/modules/modulefiles ~/privatemodules
source /usr/share/modules/init/bash
ln -s /Xnfs/lbmcdb/common/modules/modulefiles ~/privatemodules
module use ~/privatemodules
```
You can add the following lines to your
`~/.bashrc`
file to make this change
permanent :
You can add the following lines to your
`~/.bashrc`
or
`~/.profile`
file to
make this change
permanent :
```
sh
module use ~/privatemodules
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment