Skip to content

Commit 724984f

Browse files
ooreillykris-rowe
authored andcommitted
Update INSTALL.md
1 parent abff973 commit 724984f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $ cmake --install BUILD_DIR --prefix INSTALL_DIR
8989
During installation, the [Env Modules](Env_Modules) file `INSTALL_DIR/modulefiles/occa` is generated. When this module is loaded, paths to the installed `bin`, `lib`, and `include` directories are appended to environment variables such as `PATH` and `LD_LIBRARY_PATH`.
9090
To make use of this module, add the following to your `.modulerc` file
9191
```
92-
module use -a INSTALL_DIR/modulfiles
92+
module use -a INSTALL_DIR/modulefiles
9393
```
9494
then at the commandline call
9595
```shell
@@ -121,4 +121,4 @@ In the case of a downstream library, linking OCCA using the `PUBLIC` specifier
121121
> Do you use OCCA on Windows? Help other Windows users by contributing to the documentation here!
122122
123123
[CMake]: https://cmake.org/
124-
[Env_Modules]: https://modules.readthedocs.io/en/latest/index.html
124+
[Env_Modules]: https://modules.readthedocs.io/en/latest/index.html

0 commit comments

Comments
 (0)