Skip to content

Commit e247baf

Browse files
authored
Merge pull request #28 from djarecka/fix_install_mac
changing the github repo address for the osx users
2 parents b24ee74 + 799b1fc commit e247baf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/docs/install/install-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ vagrant up --provider virtualbox
2929
vagrant ssh -c /bin/sh <<EOF
3030
sudo apt-get update
3131
sudo apt-get -y install build-essential curl git sudo man vim autoconf libtool
32-
git clone {{ site.repo }}/singularity.git
32+
git clone {{ site.repo }}.git
3333
cd singularity
3434
./autogen.sh
3535
./configure --prefix=/usr/local

0 commit comments

Comments
 (0)