From 5e3ddb698609f983d28aff5a79c255f44301b1cc Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Tue, 16 Mar 2021 16:36:34 -0400 Subject: [PATCH] Use stable branch for checkout --- python/examples/pylammps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```