diff --git a/docs/build-install/uenv.md b/docs/build-install/uenv.md index 3c07740a..77b0060d 100644 --- a/docs/build-install/uenv.md +++ b/docs/build-install/uenv.md @@ -198,7 +198,7 @@ you can provide it as an argument to `uenv-spack`: ### Build the software -Once specs have been added to `spack.yaml`, you can build the image using the `build` script that was generated in ``: +Once specs have been added to `spack.yaml`, you can build the image using the `build` script that was generated in ``: ```bash ./build @@ -216,11 +216,11 @@ The build step generates multiple outputs, described below. ### Installed packages -The packages built by Spack are installed in `/store`. +The packages built by Spack are installed in `/store`. ### Spack view -A Spack view is generated in `/view`. +A Spack view is generated in `/view`. ### Modules @@ -229,7 +229,7 @@ Module files are generated in the `module` sub-directory of the `` To use them, add them to the module environment ```bash -module use /modules # (1)! +module use /modules # (1)! module avail # (2)! ``` @@ -237,7 +237,7 @@ module avail # (2)! 2. Check that the modules are available. !!! note - The generation of modules can be customised by editing the `/config/user/modules.yaml` file _before_ running `build`. + The generation of modules can be customised by editing the `/config/user/modules.yaml` file _before_ running `build`. See the [Spack modules] documentation. ### Use the software @@ -254,7 +254,7 @@ To use the installed software, you have the following options: * Loading modules * Activate the Spack view -* `source /spack/share/spack/setup-env.sh` and then use Spack +* `source /spack/share/spack/setup-env.sh` and then use Spack [Chaining Spack Installations]: https://spack.readthedocs.io/en/latest/chain.html [Spack]: https://spack.readthedocs.io/en/latest/