From 3f6f347ce05c41d672fe6ca5be9aef69f33f855a Mon Sep 17 00:00:00 2001 From: Oliver Lantwin Date: Wed, 4 Sep 2024 18:08:55 +0200 Subject: [PATCH] Update README (fix #492) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab63096260..c25bdc4849 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ On `lxplus` this is the recommended way to use `FairShip`. CVMFS can also be set ```bash ls /cvmfs/ship.cern.ch ``` -3. Source the `setUp.sh` script from the CVMFS release you want to use. +3. Source the `setUp.sh` script from the CVMFS release you want to use (replace `$SHIP_RELEASE` with the release you want to use): ```bash - source /cvmfs/ship.cern.ch/24.06/setUp.sh + source /cvmfs/ship.cern.ch/$SHIP_RELEASE/setUp.sh ``` Info about different releases can be found in a [dedicated repository](https://github.com/ShipSoft/cvmfs_release). Please report issues with particular releases or the setup script there. @@ -110,10 +110,10 @@ Commands are similar to the previous case, but without access to CVMFS you need ``` ## Run instructions -Set up the bulk of the environment from CVMFS. +Set up the bulk of the environment from CVMFS (see the [dedicated repository](https://github.com/ShipSoft/cvmfs_release) for information about the available releases): ```bash -source /cvmfs/ship.cern.ch/24.05.1/setUp.sh +source /cvmfs/ship.cern.ch/$SHIP_RELEASE/setUp.sh ``` Load your local FairShip environment.