Skip to content

Commit acdb5cf

Browse files
committed
Update instructions to run in README
- `setup -r .` would only work if the user had previously cloned a specific tag as current, which is not part of the basic pipelines installation instructions.
1 parent dd5e269 commit acdb5cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Its main purpose is to check that the pipeline infrastructure is working correct
99
To run the example, from the `pipelines_check` root directory do:
1010

1111
```
12-
$ source $LSST_HOME/loadLSST.sh
13-
$ setup -r .
12+
$ source $LSST_HOME/loadLSST.bash
13+
$ setup lsst_distrib
14+
$ setup -j -r .
1415
$ ./bin/run_demo.sh
1516
```
1617

0 commit comments

Comments
 (0)