Skip to content

Commit

Permalink
Update instructions to run in README
Browse files Browse the repository at this point in the history
- `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.
  • Loading branch information
yalsayyad committed Mar 20, 2022
1 parent dd5e269 commit acdb5cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ Its main purpose is to check that the pipeline infrastructure is working correct
To run the example, from the `pipelines_check` root directory do:

```
$ source $LSST_HOME/loadLSST.sh
$ setup -r .
$ source $LSST_HOME/loadLSST.bash
$ setup lsst_distrib
$ setup -j -r .
$ ./bin/run_demo.sh
```

Expand Down

0 comments on commit acdb5cf

Please sign in to comment.