From 4b761bbfc527b75ffac7bac1722ea699f59a4ae8 Mon Sep 17 00:00:00 2001 From: Bruce Perry Date: Thu, 16 Nov 2023 12:26:08 -0700 Subject: [PATCH] fix spelling --- Docs/sphinx/manual/Tutorials_SettingUp.rst | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/sphinx/manual/Tutorials_SettingUp.rst b/Docs/sphinx/manual/Tutorials_SettingUp.rst index 9abcab15..7aeaf98b 100644 --- a/Docs/sphinx/manual/Tutorials_SettingUp.rst +++ b/Docs/sphinx/manual/Tutorials_SettingUp.rst @@ -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: :: @@ -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 = diff --git a/README.md b/README.md index f2bf3782..481861e0 100644 --- a/README.md +++ b/README.md @@ -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