Skip to content

Commit

Permalink
fix a typo in install_lammps.md (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Dec 3, 2021
1 parent 0393766 commit 5076263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/install/install-lammps.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ make -j4
make install
```

If everything works fine, you will end up with an executable `${deepmd_root}/lmp`.
If everything works fine, you will end up with an executable `${deepmd_root}/bin/lmp`.
```bash
${deepmd_root}/lmp -h
${deepmd_root}/bin/lmp -h
```

0 comments on commit 5076263

Please sign in to comment.