Skip to content

Commit 3911b7a

Browse files
CHG: fixed formatting
1 parent 5181ac6 commit 3911b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation/windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ 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-
````
106+
```sh
107107
## MATLAB
108108
#
109109
MATLAB_VER="<MATLAB_VER>" # Allows for easy resetting of MATLAB version added to path
@@ -114,7 +114,7 @@ export PATH="${MATLAB_PATH}/bin:${PATH}"
114114
#
115115
export ISSM_DIR=<ISSM_PATH>
116116
export ISSM_DIR_WIN=$(cygpath -ms "${ISSM_DIR}") # Needed by MATLAB
117-
````
117+
```
118118
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)
119119

120120
## Microsoft MPI

0 commit comments

Comments
 (0)