diff --git a/python/examples/pylammps/README.md b/python/examples/pylammps/README.md index fb0eafad14..a0f60b52f1 100644 --- a/python/examples/pylammps/README.md +++ b/python/examples/pylammps/README.md @@ -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 ```