Skip to content

Commit 33fb725

Browse files
authored
Merge pull request #141 from daavid00/dev
Forgotten simulators in flow source build after updating docs
2 parents fbe2d7d + 2d23761 commit 33fb725

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_sources/installation.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ in the terminal the following lines (which in turn should build flow in the fold
9393
9494
mkdir build
9595
96-
for repo in common grid
96+
for repo in common grid simulators
9797
do git clone https://github.com/OPM/opm-$repo.git
9898
mkdir build/opm-$repo
9999
cd build/opm-$repo

docs/installation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h3>Source build in Linux/Windows<a class="headerlink" href="#source-build-in-li
169169

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

172-
<span class="go">for repo in common grid</span>
172+
<span class="go">for repo in common grid simulators</span>
173173
<span class="go">do git clone https://github.com/OPM/opm-$repo.git</span>
174174
<span class="go"> mkdir build/opm-$repo</span>
175175
<span class="go"> cd build/opm-$repo</span>

docs/text/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ in the terminal the following lines (which in turn should build flow in the fold
9393
9494
mkdir build
9595
96-
for repo in common grid
96+
for repo in common grid simulators
9797
do git clone https://github.com/OPM/opm-$repo.git
9898
mkdir build/opm-$repo
9999
cd build/opm-$repo

0 commit comments

Comments
 (0)