File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,15 +77,15 @@ make install
7777
7878This 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
8383This 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.
8585This 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
9191To execute the program, use the following command:
You can’t perform that action at this time.
0 commit comments