Skip to content

Commit 2287583

Browse files
authored
Merge pull request #11 from s6anloes/main
Replaced ssh cloning with https cloning in README
2 parents 18a4728 + 7605241 commit 2287583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To clone and build the repository, run the following commands:
1919

2020
``` bash
2121
source /cvmfs/sw.hsf.org/key4hep/setup.sh
22-
git clone git@github.com:DRD6/SoftwareTutorials.git
22+
git clone https://github.com/DRD6/SoftwareTutorials.git
2323
cd SoftwareTutorials
2424
mkdir build install
2525
cd build

0 commit comments

Comments
 (0)