Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaOvsiannikova authored Aug 10, 2020
1 parent cf875b1 commit 8468b31
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,19 @@ On lxplus/7 you can do it with several LCG versions (95,96,97), using the script
lb-set-platform x86_64-centos7-gcc8-opt
source /cvmfs/sft.cern.ch/lcg/views/LCG_97/${CMTCONFIG}/setup.sh
./scripts/setup.sh
source LCG_$LCG_VERSION/INSTALL/thisostap.sh
source build/INSTALL/thisostap.sh


To update the package to latest version:
To update the package to latest version use the command:

git pull origin <latest tag>
or to get the head version:

git pull origin master

After update please repite the compilation [steps](INSTALL.md#L24)


For the latest tag check the page https://github.com/OstapHEP/ostap/releases

Docker
Expand Down

0 comments on commit 8468b31

Please sign in to comment.