forked from key4hep/k4RecTracker
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change clone paths in the readme (key4hep#18)
Co-authored-by: jmcarcell <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ make install -j 8 | |
cd ../../ | ||
export FCCDETECTORS=$PWD/FCCDetectors/;PATH=$PWD/FCCDetectors/install/bin/:$PATH;CMAKE_PREFIX_PATH=$PWD/FCCDetectors/install/:$CMAKE_PREFIX_PATH;LD_LIBRARY_PATH=$PWD/FCCDetectors/install/lib:$LD_LIBRARY_PATH;export PYTHONPATH=$PWD/FCCDetectors/install/python:$PYTHONPATH;LD_LIBRARY_PATH=$PWD/FCCDetectors/install/lib64:$LD_LIBRARY_PATH | ||
git clone [email protected]:BrieucF/k4RecTracker.git | ||
git clone [email protected]:key4hep/k4RecTracker.git | ||
cd k4RecTracker | ||
mkdir build install | ||
cd build | ||
|
@@ -46,7 +46,7 @@ export K4RECTRACKER=$PWD/k4RecTracker/install/share/k4RecTracker; PATH=$PWD/k4Re | |
Cloning: | ||
|
||
```bash | ||
git clone [email protected]:BrieucF/k4RecTracker.git | ||
git clone [email protected]:key4hep/k4RecTracker.git | ||
``` | ||
|
||
Installing: | ||
|