Skip to content

Commit d28a274

Browse files
committed
INSTALL: Update versions used in examples
1 parent e5fe36c commit d28a274

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

INSTALL.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -437,17 +437,17 @@ with it like:
437437

438438
.. sourcecode:: bash
439439

440-
java -jar robotframework-2.8.5.jar mytests.txt
441-
java -jar robotframework-2.8.5.jar --variable name:value mytests.txt
440+
java -jar robotframework-2.9.jar mytests.robot
441+
java -jar robotframework-2.9.jar --variable name:value mytests.robot
442442

443443
If you want to `post-process outputs`_ using Rebot or use other built-in
444444
`supporting tools`_, you need to give the command name ``rebot``, ``libdoc``,
445445
``testdoc`` or ``tidy`` as the first argument to the JAR file:
446446

447447
.. sourcecode:: bash
448448

449-
java -jar robotframework-2.8.5.jar rebot output.xml
450-
java -jar robotframework-2.8.5.jar libdoc MyLibrary list
449+
java -jar robotframework-2.9.jar rebot output.xml
450+
java -jar robotframework-2.9.jar libdoc MyLibrary list
451451

452452
For more information about the different commands, execute the JAR without
453453
arguments.
@@ -478,13 +478,13 @@ interpreter versions as a result:
478478
.. sourcecode:: bash
479479

480480
$ pybot --version
481-
Robot Framework 2.8.5 (Python 2.7.3 on linux2)
481+
Robot Framework 2.9 (Python 2.7.10 on linux2)
482482

483483
$ rebot --version
484-
Rebot 2.8.5 (Python 2.7.3 on linux2)
484+
Rebot 2.9 (Python 2.7.10 on linux2)
485485

486486
$ jybot --version
487-
Robot Framework 2.8.5 (Jython 2.5.3 on java1.7.0_60)
487+
Robot Framework 2.9 (Jython 2.7 on java1.7.0_60)
488488

489489
If running the runner scripts fails with a message saying that the command is
490490
not found or recognized, a good first step is double-checking the PATH_

0 commit comments

Comments
 (0)