Skip to content

Commit

Permalink
Merge pull request #27 from bbopt/fix/DocTypos
Browse files Browse the repository at this point in the history
Doc: Add nomad test (nomad -v) at the end of installation.
  • Loading branch information
montplaisir committed Apr 26, 2021
2 parents 6183de2 + a6efb4c commit 248ad24
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/user_guide/source/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ Additionally a symbolic link to ``nomad`` binary is available::




Bulding for debug version
"""""""""""""""""""""""""

Expand Down Expand Up @@ -135,7 +134,15 @@ Testing installation
====================

Once building and installation have been performed some tests can be performed.
By default the examples are built and can be tested::

The NOMAD binary can be tested::

$NOMAD_HOME/bin/nomad -v

This should return the version number on the command line.


Additionally, by default the examples are built and can be tested::

cd build/release
ctest
Expand Down

0 comments on commit 248ad24

Please sign in to comment.