diff --git a/README.md b/README.md index dabb46e..6511839 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ $ cmake ../ -DHOOMD_PLUGINS_DIR=${HOOMD_PLUGINS_DIR} Now, 'make install' will install the plugins into ${HOOMD_PLUGINS_DIR} and hoomd, when launched, will look there for the plugins. + --- ## **Using PolydisperseMD with HOOMD's MD** @@ -108,9 +109,10 @@ hoomd.md.integrate.langevin(group=hoomd.group.all(), kT=1.2, seed=4) # Run for 10,000 time steps hoomd.run(10e3) -(More Instructions, coming soon . . .) ``` +(More Instructions, coming soon . . .) + ## **Developer Notes** (More notes, coming soon . . .)