From cf0a7273eee7eb3cba9da0637d3c4df2ccc02183 Mon Sep 17 00:00:00 2001 From: Matt Dawson Date: Fri, 27 Sep 2024 08:29:42 -0700 Subject: [PATCH] address comments --- docs/source/tutorial/chapter0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorial/chapter0.rst b/docs/source/tutorial/chapter0.rst index cfcedf0e..0ff70928 100644 --- a/docs/source/tutorial/chapter0.rst +++ b/docs/source/tutorial/chapter0.rst @@ -45,7 +45,7 @@ Next, create a build directory and run CMake: mkdir build cd build - cmake -DCMAKE_INSTALL_PREFIX= -D MUSICA_BUILD_FORTRAN_INTERFACE=ON ../musica + cmake -D CMAKE_INSTALL_PREFIX= -D MUSICA_BUILD_FORTRAN_INTERFACE=ON ../musica where ```` is the directory where you want to install MUSICA. We use the ``MUSICA_BUILD_FORTRAN_INTERFACE`` option to build the MUSICA-Fortran @@ -66,7 +66,7 @@ that you have `Docker Desktop `_ installed and running on your system. -Then, clone and MUSICA GitHub repository and use the provided Dockerfile to +Then, clone the MUSICA GitHub repository and use the provided Dockerfile to build the MUSICA Docker image: .. code-block:: bash