Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update QuickStart.rst with demo scripts #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions QuickStart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,26 @@ about Python 2 vs Python 3.
__ http://docutils.sourceforge.net/rst.html
__ https://pypi.python.org/pypi/docutils

Execution
---------
Download demo scripts
---------------------

After installations you still need to get the demo itself. It is easiest to
download a certain release__ or grab the `latest content`__ and extract the
package somewhere, but it is also possible to clone the `project repository`__.
Create a folder and download the repo holding the QuickStart script:

git clone https://github.com/robotframework/QuickStartGuide.git --depth=1
cd QuickStartGuide

Alternately, download a ZIP file from the website:

https://github.com/robotframework/QuickStartGuide

Demo script execution
---------------------

After installations and with all other preconditions in place, you can run
the demo on the command line by using the `robot` command::

robot QuickStart.rst

If you use Robot Framework 2.9 or older, instead of the `robot` command you
need to use `pybot`::

Expand Down