Skip to content

Commit df4ab11

Browse files
committed
Forgotten simulators in flow source build after updating docs
1 parent 743ed69 commit df4ab11

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
@@ -84,7 +84,7 @@ in the terminal the following lines (which in turn should build flow in the fold
8484
8585
mkdir build
8686
87-
for repo in common grid
87+
for repo in common grid simulators
8888
do git clone https://github.com/OPM/opm-$repo.git
8989
mkdir build/opm-$repo
9090
cd build/opm-$repo

docs/installation.html

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

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

164-
<span class="go">for repo in common grid</span>
164+
<span class="go">for repo in common grid simulators</span>
165165
<span class="go">do git clone https://github.com/OPM/opm-$repo.git</span>
166166
<span class="go"> mkdir build/opm-$repo</span>
167167
<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
@@ -84,7 +84,7 @@ in the terminal the following lines (which in turn should build flow in the fold
8484
8585
mkdir build
8686
87-
for repo in common grid
87+
for repo in common grid simulators
8888
do git clone https://github.com/OPM/opm-$repo.git
8989
mkdir build/opm-$repo
9090
cd build/opm-$repo

0 commit comments

Comments
 (0)