From b91c1a853769254cc60365afbead263273761a60 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 13 Dec 2023 11:04:40 +0100 Subject: [PATCH] Update README.md Bold text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ed308f..7dafbb4 100644 --- a/README.md +++ b/README.md @@ -170,9 +170,9 @@ The aforementioned instructions rely on [Autotools](https://www.gnu.org/software 4. ```ctest -j 4``` 5. `sudo make install` -**Note: on systems with no `sudo` access, one can add `-DCMAKE_INSTALL_PREFIX=build` as an argument to the `cmake` command so that `make install/uninstall` can be run without `sudo` privileges.** +**Note**: on systems with no `sudo` access, one can add `-DCMAKE_INSTALL_PREFIX=build` as an argument to the `cmake` command so that `make install/uninstall` can be run without `sudo` privileges. -**Note: when linking against an MPI-enabled HDF5 library one usually has to specify the MPI wrapper for the C compiler by adding, e.g., `-DCMAKE_C_COMPILER=mpicc` to the `cmake` command.** +**Note**: when linking against an MPI-enabled HDF5 library one usually has to specify the MPI wrapper for the C compiler by adding, e.g., `-DCMAKE_C_COMPILER=mpicc` to the `cmake` command. ## Using TREXIO ### Naming convention