From a0f79b6a41bf8c0566a3f4a4e1a2fbd902fdd6b0 Mon Sep 17 00:00:00 2001 From: Wilson Mar Date: Thu, 22 Dec 2016 16:35:13 -0700 Subject: [PATCH 1/2] Update QuickStart.rst with demo scripts --- QuickStart.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/QuickStart.rst b/QuickStart.rst index 92c54eb..e416bbf 100644 --- a/QuickStart.rst +++ b/QuickStart.rst @@ -139,18 +139,22 @@ 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 + +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`:: From 2eee4d925097aad8d4bdbbce81e2d98cbdf3407b Mon Sep 17 00:00:00 2001 From: Wilson Mar Date: Thu, 22 Dec 2016 16:54:31 -0700 Subject: [PATCH 2/2] Update QuickStart.rst headings --- QuickStart.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/QuickStart.rst b/QuickStart.rst index e416bbf..be75b94 100644 --- a/QuickStart.rst +++ b/QuickStart.rst @@ -139,7 +139,7 @@ about Python 2 vs Python 3. __ http://docutils.sourceforge.net/rst.html __ https://pypi.python.org/pypi/docutils -Download Demo Scripts +Download demo scripts --------------------- Create a folder and download the repo holding the QuickStart script: @@ -147,7 +147,11 @@ Create a folder and download the repo holding the QuickStart script: git clone https://github.com/robotframework/QuickStartGuide.git --depth=1 cd QuickStartGuide -Demo Script Execution + 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