Merge release-5-0 into master
[alexxy/gromacs.git] / install-guide / install-guide.md
index b914782c4bb4dada8c75be1dbe0af8f3ed2c6666..5964f05f335d34a99eced0bd73cf52e6f5c20bee 100644 (file)
@@ -13,7 +13,7 @@ at <http://www.gromacs.org/Documentation/Installation_Instructions>.
 3. Get and unpack the latest version of the GROMACS tarball.
 4. Make a separate build directory and change to it. 
 5. Run `cmake` with the path to the source as an argument
-6. Run `make`, `make test`, and `make install`
+6. Run `make`, `make check`, and `make install`
 
 Or, as a sequence of commands to execute:
 
@@ -23,7 +23,7 @@ Or, as a sequence of commands to execute:
     cd build
     cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
     make
-    make test
+    make check
     sudo make install
     source /usr/local/gromacs/bin/GMXRC