Skip to content

Commit b806ac3

Browse files
authored
Merge pull request #75 from daavid00/dev
Forgotten simulators in flow source build after updating docs
2 parents 743ed69 + df4ab11 commit b806ac3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)