Skip to content

Commit 5c427ad

Browse files
CHG: fixed formatting
1 parent 3911b7a commit 5c427ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/installation/windows.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ export MSYS=winsymlinks:nativestrict
103103
### .bashrc
104104

105105
- Open `/c/msys64/home/<USER>/.bashrc` for editing and add the following at the bottom of the file:
106-
```sh
106+
107+
```bash
107108
## MATLAB
108109
#
109110
MATLAB_VER="<MATLAB_VER>" # Allows for easy resetting of MATLAB version added to path
@@ -115,6 +116,7 @@ export PATH="${MATLAB_PATH}/bin:${PATH}"
115116
export ISSM_DIR=<ISSM_PATH>
116117
export ISSM_DIR_WIN=$(cygpath -ms "${ISSM_DIR}") # Needed by MATLAB
117118
```
119+
118120
where `<MATLAB_VER>` is the version of MATLAB that you have installed (for example, "R2023b") and `<ISSM_DIR>` is the path to the copy of the ISSM source code that you checked out (e.g. `/c/Users/<USER>/ISSM/src`, where `<USER>` is your username)
119121

120122
## Microsoft MPI

0 commit comments

Comments
 (0)