Skip to content

Commit

Permalink
Update the README to point to v02-03-03 to have that in tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Mar 11, 2024
1 parent 863d0d7 commit bd041ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions StandardConfig/production/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Most of these directories are used by the top-level Marlin steering file *Marlin
### 1. Initialize the current ilcsoft release

```shell
source /cvmfs/ilc.desy.de/sw/x86_64_gcc82_centos7/v02-03-02/init_ilcsoft.sh
source /cvmfs/ilc.desy.de/sw/x86_64_gcc82_centos7/v02-03-03/init_ilcsoft.sh
```

### 1.1 (Semi-optionally) Check-out a version of ILDConfig that is consistent with the release
Expand All @@ -60,15 +60,15 @@ If you start from scratch (i.e. before cloning this repository) you can directly
clone the corresponding tag via

``` shell
git clone -b v02-03-02 https://github.com/iLCSoft/ILDConfig
git clone -b v02-03-03 https://github.com/iLCSoft/ILDConfig
```


If you already have cloned this repository than you can simply go to the
corresponding tag via

``` shell
git checkout v02-03-02
git checkout v02-03-03
```

In both cases you will get a message about being in `detached HEAD` state from
Expand Down

0 comments on commit bd041ef

Please sign in to comment.