Skip to content

Commit 7a858d0

Browse files
committed
Merge branch '110-add-convection-term' of github.com:ExeQuantCode/HeatFlow into 110-add-convection-term
2 parents 0f1ddc0 + 2fe28bc commit 7a858d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ make install
7777

7878
This will build and install the executable in the following directory:
7979
```
80-
${HOME}/.local/HeatFLow/bin/HeatFlow
80+
${HOME}/.local/HeatFlow/bin/HeatFlow
8181
```
8282

8383
This executable can now be called to run the HeatFlow software package and simulate heat transport.
84-
If the `${HOME}/.local/HeatFLow/bin` is added to your `PATH` environment variable, then the program can be called as a terminal command.
84+
If the `${HOME}/.local/HeatFlow/bin` is added to your `PATH` environment variable, then the program can be called as a terminal command.
8585
This can be done with the following command (works on a per-terminal basis, if you want to update it for all, include this in your source shell file):
8686

8787
```
88-
export PATH="${PATH}:${HOME}/.local/HeatFLow/bin"
88+
export PATH="${PATH}:${HOME}/.local/HeatFlow/bin"
8989
```
9090

9191
To execute the program, use the following command:

0 commit comments

Comments
 (0)