Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/users_guide/building_TSMP2/BuildingTSMP2wCMake.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ The [Quickstart](#Quickstart) is the tested and supported method.

```bash
git clone https://github.com/HPSCTerrSys/TSMP2.git
export TSMP2_DIR=$(realpath TSMP2)
cd $TSMP2_DIR
cd TSMP2
```

2. Load the environment variables required for the build.
Expand Down
3 changes: 1 addition & 2 deletions docs/users_guide/building_TSMP2/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

```bash
git clone https://github.com/HPSCTerrSys/TSMP2.git
export TSMP2_DIR=$(realpath TSMP2)
cd $TSMP2_DIR
cd TSMP2
```

2. Build model components with TSMP2 framework
Expand Down