change references to git:// protocol for accessing github to https://

This commit is contained in:
Axel Kohlmeyer
2021-11-02 14:25:57 -04:00
parent 59c060cc0e
commit 175f967051
6 changed files with 10 additions and 10 deletions

View File

@ -15,7 +15,7 @@ built CentOS 7.x singularity container.
```
cd some/work/directory
git clone --depth 500 git://github.com/lammps/lammps.git lammps
git clone --depth 500 https://github.com/lammps/lammps.git lammps
mkdir build-centos7
cd build-centos7
sudo singularity build centos7.sif ../tools/singularity/centos7.def