Skip to content

Commit 85cc171

Browse files
author
Daniel Juschus
authored
Fixed spelling/grammar mistakes in SU2-Linux-MacOS.md
Spelling mistakes in lines 22 and 29. Line 22: it should be either "add the following line to" or "put the following lines in".
1 parent 7d60afe commit 85cc171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_docs_v7/SU2-Linux-MacOS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ permalink: /docs_v7/SU2-Linux-MacOS/
1919

2020
### Setting Environment variables
2121

22-
In order to use the executables from any directory without explicitely specifying the path to the executable you should set some environment variables. Either put the following lines to your `~/.bashrc` or `~/.bash_profile` to be permanent, or type the commands into the terminal for temporary use:
22+
In order to use the executables from any directory without explicitly specifying the path to the executable you should set some environment variables. Either add the following lines to your `~/.bashrc` or `~/.bash_profile` to be permanent, or type the commands into the terminal for temporary use:
2323
```
2424
export SU2_RUN=<install_path>
2525
export PATH=$SU2_RUN:$PATH
2626
export PYTHONPATH=$SU2_RUN:$PYTHONPATH
2727
```
2828

29-
where `<install_path>` is the path to the SU2 binaries (i.e. the folder that contains `SU2_CFD` etc.). If you have build [SU2 from source](/docs_v7/Build-SU2-Linux-MacOS/), it will be the path that you specified with the `--prefix` option (default: `/usr/bin`). The `export` commands are also printed after a successful configuration using `meson.py`.
29+
where `<install_path>` is the path to the SU2 binaries (i.e. the folder that contains `SU2_CFD` etc.). If you have built [SU2 from source](/docs_v7/Build-SU2-Linux-MacOS/), it will be the path that you specified with the `--prefix` option (default: `/usr/bin`). The `export` commands are also printed after a successful configuration using `meson.py`.
3030

3131

3232
### Optional: Install MPICH for parallel mode

0 commit comments

Comments
 (0)