Use stable branch for checkout

This commit is contained in:
Richard Berger
2021-03-16 16:36:34 -04:00
parent 45b01aba0c
commit 5e3ddb6986

View File

@ -12,7 +12,7 @@ which has both LAMMPS and its Python package installed:
1. Clone the LAMMPS source code
```shell
$ git clone https://github.com/lammps/lammps.git
$ git clone -b stable https://github.com/lammps/lammps.git
$ cd lammps
```