From b07adbf98c637579bba0a4c0da89abc2c9f94c07 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 27 Sep 2018 05:49:43 -0400 Subject: [PATCH] Update installing/running LAMMPS on ubuntu for daily binary --- doc/src/Install_linux.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/Install_linux.txt b/doc/src/Install_linux.txt index cc15ac0ae0..2eeeb6602c 100644 --- a/doc/src/Install_linux.txt +++ b/doc/src/Install_linux.txt @@ -60,10 +60,10 @@ To install LAMMPS do the following once: sudo apt-get install lammps-daily :pre -This downloads an executable named "lammps-daily" to your box, which +This downloads an executable named "lmp_daily" to your box, which can then be used in the usual way to run input scripts: -lammps-daily < in.lj :pre +lmp_daily -in in.lj :pre To update LAMMPS to the most current version, do the following: