diff --git a/docs/source/user/build_spack.rst b/docs/source/user/build_spack.rst index 01caa1ad3..25996059c 100644 --- a/docs/source/user/build_spack.rst +++ b/docs/source/user/build_spack.rst @@ -230,6 +230,6 @@ Inside the container you can directly load the pre-installed version of Nalu-Win spack load nalu-wind -`Spack-Manager `_ is used generate the container and is pre-installed in the container. Additional development of the code can be done through the Spack-Manager's developer tools. A quick-start guide for these tools is available `here `_. This workflow is how the CI builds are generated in GitHub actions. +`ExaWind-Manager `_ is used generate the container and is pre-installed in the container. Additional development of the code can be done through the Exawind-Manager's developer tools. If you are uncomfortable using spack for development then you can also set up your own build workflow in more of a "roll-your-own" development environment using CMake and just utilize the pre-installed TPL's that are available in the container through spack. This really comes down to your development preferences and your comfort level with CMake.