Skip to content

Commit

Permalink
fix git link to avoid authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Dec 13, 2023
1 parent 6e439a3 commit ac56982
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Before installing the dependencies and downloading the code repository, we assum
mkdir -p $WORK_SPACE/install
cd $WORK_SPACE/source
git clone git@github.com:ofiwg/libfabric.git
git clone git@github.com:mercury-hpc/mercury.git --recursive
git clone git@github.com:hpc-io/pdc.git
git clone https://github.com/ofiwg/libfabric
git clone https://github.com/mercury-hpc/mercury --recursive
git clone https://github.com/hpc-io/pdc
export LIBFABRIC_SRC_DIR=$WORK_SPACE/source/libfabric
export MERCURY_SRC_DIR=$WORK_SPACE/source/mercury
Expand Down

0 comments on commit ac56982

Please sign in to comment.