Skip to content

Commit d5cd934

Browse files
authored
Merge pull request #659 from MetRonnie/tutorial-patch
Small reword in tutorials
2 parents 053c1fc + 8074170 commit d5cd934

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/tutorial/runtime/runtime-configuration.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,16 @@ Start, Stop, Restart
367367
368368
.. TODO: Add advice on what to do if the command fails.
369369
370-
#. **Test The** ``get_observations`` **Tasks.**
370+
#. **Test the** ``get_observations`` **tasks.**
371371

372372
Next we will test the ``get_observations`` tasks.
373373

374+
Install the workflow:
375+
376+
.. code-block:: bash
377+
378+
cylc install
379+
374380
Open a user interface (:ref:`tutorial.tui` or :ref:`tutorial.gui`) to view
375381
your workflow.
376382

@@ -379,7 +385,6 @@ Start, Stop, Restart
379385

380386
.. code-block:: bash
381387
382-
cylc install
383388
cylc play runtime-tutorial
384389
385390
If all goes well the workflow will startup and the tasks will run and

0 commit comments

Comments
 (0)