Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cticenhour committed Aug 20, 2024
1 parent 687c57e commit ffa88f9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion doc/content/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Next, some Cardinal dependencies need to be downloaded:
```bash
cd ~/projects/FENIX/cardinal
git submodule update --init --recursive contrib/openmc
git submodule update --init contrib/DAGMC
git submodule update --init --recursive contrib/DAGMC
git submodule update --init contrib/moab
```

Expand Down Expand Up @@ -158,6 +158,12 @@ git checkout main
git fetch upstream
git rebase upstream/main
git submodule update moose
git submodule update tmap8
git submodule update cardinal
cd cardinal
git submodule update --recursive contrib/openmc
git submodule update --recursive contrib/DAGMC
git submodule update contrib/moab
```

To update your FENIX repository as a FENIX developer who regularly makes modifications to the code, use the following commands,
Expand All @@ -169,6 +175,12 @@ git checkout devel
git fetch upstream
git rebase upstream/devel
git submodule update moose
git submodule update tmap8
git submodule update cardinal
cd cardinal
git submodule update --recursive contrib/openmc
git submodule update --recursive contrib/DAGMC
git submodule update contrib/moab
```

Both sets of instructions assume that your copy of FENIX is stored in `~/projects` and that the [idaholab/FENIX](https://github.com/idaholab/FENIX)
Expand Down

0 comments on commit ffa88f9

Please sign in to comment.