Skip to content

Commit

Permalink
swapping square for triangle brackets for consistency with rest of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncrossette committed Oct 11, 2024
1 parent 5ddaf78 commit fc72b8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/NewSiteConfigs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Remember to activate the ``lua`` module environment and have MacTeX in your sear

.. code-block:: console
git clone -b <develop OR release/branch-name> --recurse-submodules https://github.com/jcsda/spack-stack.git
git clone [-b develop OR release/branch-name] --recurse-submodules https://github.com/jcsda/spack-stack.git
cd spack-stack
# Sources Spack from submodule and sets ${SPACK_STACK_DIR}
Expand Down Expand Up @@ -504,7 +504,7 @@ It is recommended to increase the stacksize limit by using ``ulimit -S -s unlimi

.. code-block:: console
git clone -b <develop OR release/branch-name> --recurse-submodules https://github.com/jcsda/spack-stack.git
git clone [-b develop OR release/branch-name] --recurse-submodules https://github.com/jcsda/spack-stack.git
cd spack-stack
# Sources Spack from submodule and sets ${SPACK_STACK_DIR}
Expand Down Expand Up @@ -679,7 +679,7 @@ With all of that in mind, the following instructions were used on an Amazon Web

.. code-block:: console
git clone -b <develop OR release/branch-name> --recurse-submodules https://github.com/jcsda/spack-stack.git
git clone [-b develop OR release/branch-name] --recurse-submodules https://github.com/jcsda/spack-stack.git
cd spack-stack
# Sources Spack from submodule and sets ${SPACK_STACK_DIR}
Expand Down

0 comments on commit fc72b8b

Please sign in to comment.