Skip to content

Commit

Permalink
Fixed minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
William Jones committed Nov 11, 2022
1 parent 0550ddf commit c7bcd35
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions _sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ Linux

1. Clone the repository

2. Initialise git submodules (git submodule update --init)
2. Initialise git submodules (git submodule update \-\-init)

3. Create and navigate into a build directory (mkdir build && mv build)
3. Create and navigate into a build directory (mkdir build && cd build)

4. Run CMake (cmake .. && cmake --build)
4. Run CMake (cmake .. && cmake \-\-build)

5. Run the executable of your choice (e.g, ./dcm_3body)

Mac
+++
1. Clone the repository

2. Initialise git submodules (git submodule update --init)
2. Initialise git submodules (git submodule update \-\-init)

3. Create and navigate into a build directory (mkdir build && mv build)
3. Create and navigate into a build directory (mkdir build && cd build)

4. Run CMake (cmake .. && cmake --build)
4. Run CMake (cmake .. && cmake \-\-build)

5. Run the executable of your choice (e.g, ./dcm_3body)

Expand Down
12 changes: 6 additions & 6 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@ <h2>Platforms<a class="headerlink" href="#platforms" title="Permalink to this he
<h3>Linux<a class="headerlink" href="#linux" title="Permalink to this headline"></a></h3>
<ol class="arabic simple">
<li><p>Clone the repository</p></li>
<li><p>Initialise git submodules (git submodule update init)</p></li>
<li><p>Create and navigate into a build directory (mkdir build &amp;&amp; mv build)</p></li>
<li><p>Run CMake (cmake .. &amp;&amp; cmake build)</p></li>
<li><p>Initialise git submodules (git submodule update --init)</p></li>
<li><p>Create and navigate into a build directory (mkdir build &amp;&amp; cd build)</p></li>
<li><p>Run CMake (cmake .. &amp;&amp; cmake --build)</p></li>
<li><p>Run the executable of your choice (e.g, ./dcm_3body)</p></li>
</ol>
</section>
<section id="mac">
<h3>Mac<a class="headerlink" href="#mac" title="Permalink to this headline"></a></h3>
<ol class="arabic simple">
<li><p>Clone the repository</p></li>
<li><p>Initialise git submodules (git submodule update init)</p></li>
<li><p>Create and navigate into a build directory (mkdir build &amp;&amp; mv build)</p></li>
<li><p>Run CMake (cmake .. &amp;&amp; cmake build)</p></li>
<li><p>Initialise git submodules (git submodule update --init)</p></li>
<li><p>Create and navigate into a build directory (mkdir build &amp;&amp; cd build)</p></li>
<li><p>Run CMake (cmake .. &amp;&amp; cmake --build)</p></li>
<li><p>Run the executable of your choice (e.g, ./dcm_3body)</p></li>
</ol>
</section>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7bcd35

Please sign in to comment.