Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ in the terminal the following lines (which in turn should build flow in the fold

mkdir build

for repo in common grid
for repo in common grid simulators
do git clone https://github.com/OPM/opm-$repo.git
mkdir build/opm-$repo
cd build/opm-$repo
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h3>Source build in Linux/Windows<a class="headerlink" href="#source-build-in-li

<span class="go">mkdir build</span>

<span class="go">for repo in common grid</span>
<span class="go">for repo in common grid simulators</span>
<span class="go">do git clone https://github.com/OPM/opm-$repo.git</span>
<span class="go"> mkdir build/opm-$repo</span>
<span class="go"> cd build/opm-$repo</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/text/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ in the terminal the following lines (which in turn should build flow in the fold

mkdir build

for repo in common grid
for repo in common grid simulators
do git clone https://github.com/OPM/opm-$repo.git
mkdir build/opm-$repo
cd build/opm-$repo
Expand Down