Skip to content

Commit 263c340

Browse files
author
root
committed
docs(skills): make LAMMPS help noninteractive
1 parent adc8616 commit 263c340

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skills/lammps-deepmd/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ uvx --from 'lammps==2025.7.22.2.0' --with 'deepmd-kit[gpu,torch,lmp]==3.2.0b0' l
4848
If you need to inspect the local command-line help:
4949

5050
```bash
51-
uvx --from 'lammps==2025.7.22.2.0' --with 'deepmd-kit[gpu,torch,lmp]==3.2.0b0' lmp -h | tee /dev/tty
51+
uvx --from 'lammps==2025.7.22.2.0' --with 'deepmd-kit[gpu,torch,lmp]==3.2.0b0' lmp -h
5252
```
5353

5454
Notes:
@@ -291,7 +291,7 @@ uvx --from 'lammps==2025.7.22.2.0' --with 'deepmd-kit[gpu,torch,lmp]==3.2.0b0' l
291291
### Online help
292292

293293
```bash
294-
uvx --from 'lammps==2025.7.22.2.0' --with 'deepmd-kit[gpu,torch,lmp]==3.2.0b0' lmp -h | tee /dev/tty
294+
uvx --from 'lammps==2025.7.22.2.0' --with 'deepmd-kit[gpu,torch,lmp]==3.2.0b0' lmp -h
295295
```
296296

297297
### Offline run

0 commit comments

Comments
 (0)