Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Nov 16, 2023
1 parent 2ecd43a commit 4b761bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Docs/sphinx/manual/Tutorials_SettingUp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Follow the steps listed below to get to this point:
substantially reduce the size of the download by skipping extraneous parts of the git history.
Developers may wish to omit these flags in order download the complete git history of PeleLMeX
and its submodules, though standard ``git`` commands may also be used after a shallow clone to
optain the skipped portions if needed.
obtain the skipped portions if needed.

#. Move into the Exec folder containing your tutorial. To do so: ::

Expand All @@ -26,7 +26,7 @@ You're good to go!
.. Note::

The makefile system is set up such that default paths are automatically set to the
submodules obtained with the recursive *git clone*, however the user can set their own dependencies
submodules obtained with the recursive *git clone*, however advanced users can set their own dependencies
in the `GNUmakefile` for each case by updating the top-most lines as follows: ::

PELELMEX_HOME = <path_to_PeleLMeX>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ git clone --recursive --shallow-submodules --single-branch https://github.com/AM

The `--shallow-submodules` and `--single-branch` flags are recommended for most users as they substantially reduce the size of the download by
skipping extraneous parts of the git history. Developers may wish to omit these flags in order download the complete git history of PeleLMeX
and its submodules, though standard `git` commands may also be used after a shallow clone to optain the skipped portions if needed.
and its submodules, though standard `git` commands may also be used after a shallow clone to obtain the skipped portions if needed.

Alternatively, you can use a separate `git clone` of each of the submodules.
The default location for *PeleLMeX* dependencies is the `Submodules` folder but you optionally
Expand Down

0 comments on commit 4b761bb

Please sign in to comment.